예제 #1
0
 public bool AddMethod(Customer customer)
 {
     return(_customerRepository.AddMethod(customer));
 }