Esempio n. 1
0
 public SeverityRepository(LadybugContext context)
 {
     this.context = context;
 }
Esempio n. 2
0
 public StatusRepository(LadybugContext context)
 {
     this.context = context;
 }
Esempio n. 3
0
 public HealthCheckRepository(LadybugContext context)
 {
     this.context = context;
 }
Esempio n. 4
0
 public NameBugRepository(LadybugContext context)
 {
     this.context = context;
 }
Esempio n. 5
0
 public UserRepository(LadybugContext context)
 {
     this.context = context;
 }