예제 #1
0
 public async Task <TvRequestRow> GetRequestById(int id)
 {
     return(await _requestRepository.GetOne(x => x.TvRequestId == id));
 }