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