Beispiel #1
0
 private void DeleteLead(Data.Domain.Lead leadSuppress)
 {
     _LeadRepos.DeleteLead(leadSuppress);
 }