예제 #1
0
 public int SaveDepartamento(Departamento entity)
 {
     return(DepartamentoDao.Save(entity));
 }