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