Esempio n. 1
0
 public async Task <Request> GetByOrderIdAsync(int orderId)
 {
     return(await _requestDataProvider.GetByOrderIdAsync(orderId));
 }