示例#1
0
 public MachineDataService(NewspaperSystemDbContext db)
 {
     this.db = db;
 }
示例#2
0
 public ClientService(NewspaperSystemDbContext db)
 {
     this.db = db;
 }
 public MaterialService(NewspaperSystemDbContext db)
 {
     this.db = db;
 }
 public IdentityService(NewspaperSystemDbContext db)
 {
     this.db = db;
 }