Example #1
0
 public TaskCategoryRepository(TaskPlannerServiceContext db)
 {
     this.db = db;
 }
 public SeverityRepository(TaskPlannerServiceContext db)
 {
     this.db = db;
 }