예제 #1
0
 public void InsertarUsuario(TBL_USUARIO obj)
 {
     Negocios.InsertarUsuario(obj);
 }