Beispiel #1
0
 public bool DeleteContactServiceByID(int id)
 {
     return(contactRepository.DeletebyEntity(x => x.ContactId == id));
 }