Exemple #1
0
 public RegistroMecanicoService(TallerMecanicaContext db)
 {
     this.db = db;
 }
 public RegistroClientesService(TallerMecanicaContext db)
 {
     this.db = db;
 }
 public OrdenRepService(TallerMecanicaContext db)
 {
     this.db = db;
 }