BL.Permiso.Permiso C# (CSharp) Метод

Permiso() публичный Метод

public Permiso ( ) : System
Результат System
        public Permiso()
        {
            try
            {
                entidad = new teletonEntities();
            }
            catch (Exception e)
            {
                throw new Exception(e.ToString() + " --Permiso.cs / Permiso()");
            }
        }