Пример #1
0
 public ProgrammerRepository(KnowledgeAccountinSystemContext context)
 {
     this.context = context;
 }
 public SkillRepository(KnowledgeAccountinSystemContext context)
 {
     this.context = context;
 }
Пример #3
0
 public ManagerRepository(KnowledgeAccountinSystemContext context)
 {
     this.context = context;
 }