BL.Permiso.Permiso C# (CSharp) Method

Permiso() public method

public Permiso ( ) : System
return System
        public Permiso()
        {
            try
            {
                entidad = new teletonEntities();
            }
            catch (Exception e)
            {
                throw new Exception(e.ToString() + " --Permiso.cs / Permiso()");
            }
        }