Example #1
0
 public void Add(Customer customer)
 {
     _customerDal.Add(customer);
     _mailSender.CustomerAddedAsync(customer);
 }