BL.Rol.Rol C# (CSharp) Method

Rol() public method

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