Ejemplo n.º 1
0
 public Task AddStock(int recordId, [FromBody, Range(1, 100)] int quantity)
 {
     return(_records.AddStock(recordId, quantity));
 }