Пример #1
0
 public async Task <AddResponse> Add([FromBody] ThemFileNgheRequest r)
 {
     return(await _ngheBusiness.Add(r));
 }