예제 #1
0
 public SelectionUserRepository(KSysContext db)
 {
     this.db = db;
 }
예제 #2
0
 public EFUnitOfWork(string connectionString)
 {
     db = new KSysContext();
 }
예제 #3
0
 public KnowledgeRepository(KSysContext db)
 {
     this.db = db;
 }
 public TrainingRepository(KSysContext db)
 {
     this.db = db;
 }
예제 #5
0
 public RoleRepository(KSysContext db)
 {
     this.db = db;
 }
예제 #6
0
 public ReviewRepository(KSysContext db)
 {
     this.db = db;
 }
예제 #7
0
 public SportProgrammingRepository(KSysContext db)
 {
     this.db = db;
 }
예제 #8
0
 public EducationRepository(KSysContext db)
 {
     this.db = db;
 }
예제 #9
0
 public CountryRepository(KSysContext db)
 {
     this.db = db;
 }
예제 #10
0
 public UserRepository(KSysContext db)
 {
     this.db = db;
 }
 public NominationRepository(KSysContext db)
 {
     this.db = db;
 }
예제 #12
0
 public CityRepository(KSysContext db)
 {
     this.db = db;
 }
예제 #13
0
 public SubjectRepository(KSysContext db)
 {
     this.db = db;
 }
 public CertificationTestRepository(KSysContext db)
 {
     this.db = db;
 }
예제 #15
0
 public ExperienceRepository(KSysContext db)
 {
     this.db = db;
 }