示例#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));
 }