コード例 #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
ファイル: NameBugRepository.cs プロジェクト: tonpued/ladybug
 public NameBugRepository(LadybugContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public UserRepository(LadybugContext context)
 {
     this.context = context;
 }