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