예제 #1
0
 public SkillsRepository(exclucv_dbContext context)
 {
     this._context = context;
 }
예제 #2
0
 public EducationRepository(exclucv_dbContext context)
 {
     this._context = context;
 }
 public ApplicationUserRepository(exclucv_dbContext context)
 {
     this._context = context;
 }
예제 #4
0
 public TemplateRepository(exclucv_dbContext context)
 {
     this._context = context;
 }
예제 #5
0
 public UploadRepository(exclucv_dbContext context)
 {
     this._context = context;
 }