Exemplo n.º 1
0
 public MachineDataService(NewspaperSystemDbContext db)
 {
     this.db = db;
 }
Exemplo n.º 2
0
 public ClientService(NewspaperSystemDbContext db)
 {
     this.db = db;
 }
 public MaterialService(NewspaperSystemDbContext db)
 {
     this.db = db;
 }
 public IdentityService(NewspaperSystemDbContext db)
 {
     this.db = db;
 }