Esempio n. 1
0
 public async Task <Request> GetRequestByIdAsync(string id)
 {
     return(await _respository.GetRequestByIdAsync(id));
 }