Esempio n. 1
0
 public IList CanEstimateCashDeskPeopleInfo(long storeID, int year)
 {
     return(RemoteService.CanEstimateCashDeskPeopleInfo(storeID, year));
 }
Esempio n. 2
0
 public IList CanEstimateCashDeskPeopleInfo(int year)
 {
     return(RemoteService.CanEstimateCashDeskPeopleInfo(year));
 }