コード例 #1
0
 public bool DeletePerson(int Id)
 {
     return(_reviewRepo.DeletePerson(Id));
 }