示例#1
0
 public IEnumerable <ShippingProvider> GetAll(ILocalization localization)
 {
     return(_shippingProviderRepository.GetAll(localization));
 }