예제 #1
0
 public async Task <Document> CreateRequestAsync(Request doc)
 {
     return(await _respository.CreateRequestAsync(doc));
 }