Exemple #1
0
 public string AddBlackList(Customer customer)
 {
     return(_customerRepo.AddBlackList(customer));
 }