Esempio n. 1
0
 public BVcopyFromStoreResult BVCopyFromStore(BusinessVolumeType bvType, short yearBegin, short yearEnd, long sourceStoreID, long destStoreID)
 {
     return(RemoteService.BVCopyFromStore(bvType, yearBegin, yearEnd, sourceStoreID, destStoreID));
 }