예제 #1
0
 public bool InsertUsuario(UsuarioDTO oUsuario, IList <int> perfiles)
 {
     return(oUsuarioDao.InsertUsuario(oUsuario, perfiles));
 }