예제 #1
0
 public Vendor Create(Vendor entity)
 {
     return(_inMemoryStorage.Create(entity));
 }
예제 #2
0
 public Product Create(Product entity)
 {
     return(_inMemoryStorage.Create(entity));
 }
 public Store Create(Store entity)
 {
     return(_inMemoryStorage.Create(entity));
 }