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