Exemplo n.º 1
0
 public Report(ProDbContext context)
 {
     this.db = context;
 }
Exemplo n.º 2
0
 public Inductee()
 {
     db = new ProDbContext();
 }
Exemplo n.º 3
0
 public Batch()
 {
     db        = new ProDbContext();
     _Inductee = new Inductee();
 }
Exemplo n.º 4
0
 public TrainerFeedback()
 {
     db        = new ProDbContext();
     _Inductee = new Inductee();
 }
Exemplo n.º 5
0
 public TrainerTraineeUserMapping()
 {
     db = new ProDbContext();
 }
Exemplo n.º 6
0
 public ArtistRepository(ProDbContext context)
     : base(context)
 {
 }
Exemplo n.º 7
0
 public MusicRepository(ProDbContext context) : base(context)
 {
 }
 public EmployeeRepository(ProDbContext context) : base(context)
 {
 }
Exemplo n.º 9
0
 public NotificationRepository(ProDbContext context) : base(context)
 {
 }
Exemplo n.º 10
0
 public Feedback()
 {
     db = new ProDbContext();
 }
Exemplo n.º 11
0
 public Trainer()
 {
     db = new ProDbContext();
 }