Esempio n. 1
0
 public List <UserPaginationViewModel> GetUserPagintion(int Skip)
 {
     return(_user.GetUser_Pagination(Skip));
 }