示例#1
0
文件: FccManager.cs 项目: MoZapT/fcc
 public async Task <string> SetPersonPhoto(string personId, FileContent entity)
 {
     return(await _repo.CreatePersonPhoto(personId, entity));
 }