Beispiel #1
0
 public async Task <Stock> GetEntityById(int Id)
 {
     return(await _IStock.GetEntityById(Id));
 }