示例#1
0
 public ProjectService(BulletJournalDbContext db)
 {
     this.context = db;
 }
 public MarksService(BulletJournalDbContext db)
 {
     this.context = db;
 }
 public TaskService(BulletJournalDbContext db)
 {
     this.context = db;
 }