コード例 #1
0
 public async Task <FileInfo> AddFileToClient([FromBody] File file)
 {
     return(await _fileManager.AddFileToClient(file));
 }