예제 #1
0
 public string CanBeAdded(Customer.AllInfo allInfo)
 {
     return(_customerRepository.CanBeAdded(allInfo));
 }