示例#1
0
 public string DeleteBlackList(Customer customer)
 {
     return(_customerRepo.DeleteBlackList(customer));
 }