Beispiel #1
0
 public bool DeleteByID(Guid id)
 {
     return(_memberRepository.DeleteByID(id));
 }