Esempio n. 1
0
 public List <T> GetAll()
 {
     return(_baseRepostory.GetAll());
 }
Esempio n. 2
0
 public List <UserInfo> GetUserInfo()
 {
     return(_userRespostitory.GetAll());
 }
Esempio n. 3
0
 public List <GiftBaseData> GetAllGiftData()
 {
     return(_giftRespostitory.GetAll());
 }