public SupplierCommentsService(SuppliersStorage storage)
 {
     _storage = storage;
 }
示例#2
0
 public SupplierAttributesService(SuppliersStorage storage)
 {
     _storage = storage;
 }
示例#3
0
 public SupplierChangesService(SuppliersStorage storage)
 {
     _storage = storage;
 }