Ejemplo n.º 1
0
 public bool Add(Customer customer)
 {
     return(_customeRepository.Add(customer));
 }