Пример #1
0
 public List <EnterpCardsDTO> GetViewEnterpCards(int id)
 {
     return(EnterprisesService.ViewEnterpCards(id));
 }
Пример #2
0
 public List <UsersDTO> GetViewUsers(int enterpId)
 {
     return(EnterprisesService.ViewUsers(enterpId));
 }
Пример #3
0
 public List <EnterprisesDTO> GetViewEnterprises()
 {
     return(EnterprisesService.ViewEnterprises());
 }
Пример #4
0
 public List <ClubCardsDTO> GetViewClubCards(int enterpId)
 {
     return(EnterprisesService.ViewClubCards(enterpId));
 }
Пример #5
0
 static void Main(string[] args)
 {
     EnterprisesService.RemoveEnterprises();
 }