예제 #1
0
파일: FccManager.cs 프로젝트: MoZapT/fcc
 public async Task <string> SetPersonPhoto(string personId, FileContent entity)
 {
     return(await _repo.CreatePersonPhoto(personId, entity));
 }