Ejemplo n.º 1
0
 public async Task <object> GetProductById(string Product_Id)
 {
     return(await Task.Run(() =>
     {
         return getService.GetProductByIdAsync(Product_Id);
     }));
 }