Exemple #1
0
 public async Task <Stock> GetById(int id)
 {
     return(await _IStock.GetById(id));
 }