Exemplo n.º 1
0
        public int delete(int Uid)
        {
            UserListDAL userListDAL = new UserListDAL();

            return(userListDAL.delete(Uid));
        }
Exemplo n.º 2
0
        public int delete(int Id)
        {
            UserListDAL userList = new UserListDAL();

            return(userList.delete(Id));
        }
Exemplo n.º 3
0
        public List <UserpigflyModel> GetUserpigfly(string Uname, string udatetamebegin)
        {
            UserListDAL userListDAL = new UserListDAL();

            return(userListDAL.GetUser(Uname, udatetamebegin));
        }
Exemplo n.º 4
0
        public List <UserpigflyModel> GetUser(string UserName, string dateTimeReg)
        {
            UserListDAL userList = new UserListDAL();

            return(userList.GetUser(UserName, dateTimeReg));
        }