Exemplo n.º 1
0
 public Vendor Create(Vendor entity)
 {
     return(_inMemoryStorage.Create(entity));
 }
Exemplo n.º 2
0
 public Product Create(Product entity)
 {
     return(_inMemoryStorage.Create(entity));
 }
 public Store Create(Store entity)
 {
     return(_inMemoryStorage.Create(entity));
 }