示例#1
0
文件: FccManager.cs 项目: MoZapT/fcc
 public async Task <string> SetPersonBiography(PersonBiography entity)
 {
     return(await _repo.CreatePersonBiography(entity));
 }