Пример #1
0
 public IList CanEstimateCashDeskPeopleInfo(long storeID, int year)
 {
     return(RemoteService.CanEstimateCashDeskPeopleInfo(storeID, year));
 }
Пример #2
0
 public IList CanEstimateCashDeskPeopleInfo(int year)
 {
     return(RemoteService.CanEstimateCashDeskPeopleInfo(year));
 }