コード例 #1
0
 public WorkExperienceRepository(KnowledgeAccountingSystemDBContext context)
 {
     this.db = context;
 }
 public ProgrammerSkilRepository(KnowledgeAccountingSystemDBContext context)
 {
     db = context;
 }
コード例 #3
0
 public ProjectRepository(KnowledgeAccountingSystemDBContext context)
 {
     db = context;
 }
コード例 #4
0
 public EFUnitOfWork(string connectionString)
 {
     db = new KnowledgeAccountingSystemDBContext(connectionString);
 }
コード例 #5
0
 public SkillRepository(KnowledgeAccountingSystemDBContext context)
 {
     db = context;
 }
コード例 #6
0
 public EducationRepository(KnowledgeAccountingSystemDBContext context)
 {
     db = context;
 }