Exemplo n.º 1
0
 public IList BVActualByYearInfoGet(short beforeYear, long storeID)
 {
     return(RemoteService.BVActualByYearInfoGet(beforeYear, storeID));
 }
Exemplo n.º 2
0
 public IList BVActualByYearInfoGet(short beforeYear)
 {
     return(RemoteService.BVActualByYearInfoGet(beforeYear));
 }