예제 #1
0
 public bool InsertarManager(string nombre, string contra, string rol)
 {
     return(usuario.InsertarManager(nombre, contra, rol));
 }