예제 #1
0
 public virtual LocationsForMoResponse GetLocationsForMo(LocationsForMoRequest locationForMoRequest)
 {
     return(_partnerService.GetLocationsForMo(locationForMoRequest));
 }
예제 #2
0
 public LocationsForMoResponse GetLocationsForMo(LocationsForMoRequest locationForMoRequest)
 {
     return(_partnerServiceRepository.GetLocationsForMo(locationForMoRequest));
 }