Example #1
0
 public int SaveGrupousuario(Grupousuario entity)
 {
     return(GrupousuarioDao.Save(entity));
 }