Beispiel #1
0
 public bool DeleteDonor(long donorId)
 {
     return(_customDataAccess.DeleteDonor(donorId));
 }