Ejemplo n.º 1
0
 public long Execute(string city)
 {
     return(_gateway.AddStock(city));
 }