Exemplo n.º 1
0
 public async Task <LaundryOrderViewModel> GetLaundryOrderAsync(int orderId)
 {
     return(await _laundryRepository.GetLaundryOrderAsync(orderId));
 }