Beispiel #1
0
 public void InsertarFacMaestro(Fac_maestro fac_maestro)
 {
     _db.Insert(fac_maestro);
 }
Beispiel #2
0
 public void ActualizarFacMaestro(Fac_maestro fac_maestro)
 {
     _db.Update(fac_maestro);
 }