Exemplo n.º 1
0
 public bool RemoveCustomer(int id)
 {
     return(iRepositoryCustomer.RemoveCustomer(id));
 }