예제 #1
0
 public async Task <bool> Do(int id)
 {
     return(await _stockManager.RemoveStockAsync(id));
 }