public List <T> GetAll() { return(_baseRepostory.GetAll()); }
public List <UserInfo> GetUserInfo() { return(_userRespostitory.GetAll()); }
public List <GiftBaseData> GetAllGiftData() { return(_giftRespostitory.GetAll()); }