Example #1
0
 public bool Alterar(UsuarioMod obj)
 {
     return(rep.Alterar(obj));
 }