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