Beispiel #1
0
 public int cadastrar(DTO.Cliente cliente)
 {
     DAL.Cliente c = new DAL.Cliente();
     return(c.dataService(cliente));
 }