예제 #1
0
 public BaseRepository(DevProfileContext devProfileContext)
 {
     this.devProfileContext = devProfileContext;
 }
 public TechnologyRepository(DevProfileContext devProfileContext) : base(devProfileContext)
 {
     this.devProfileContext = devProfileContext;
 }
예제 #3
0
 public DeveloperRepository(DevProfileContext devProfileContext) : base(devProfileContext)
 {
     this.devProfileContext = devProfileContext;
 }
예제 #4
0
 public SkillRepository(DevProfileContext devProfileContext) : base(devProfileContext)
 {
     this.devProfileContext = devProfileContext;
 }