Exemplo n.º 1
0
        public Authorize removeAuth(int Id = 0)
        {
            Allow_ServiceDLL dal = new Allow_ServiceDLL();

            return(dal.removeAuthorize(Id));
        }
Exemplo n.º 2
0
        public Authorize Authorize(Authorize us)
        {
            Allow_ServiceDLL dal = new Allow_ServiceDLL();

            return(dal.Allow_service(us));
        }