示例#1
0
 public TagRepository(TaskAssignerContext context)
 {
     _context = context;
 }
 public DeveloperRepository(TaskAssignerContext context)
 {
     _context = context;
 }