コード例 #1
0
 public async Task <bool> DeleteUser(string userid)
 {
     return(await _repo.DeleteUser(userid));
 }