コード例 #1
0
ファイル: HomeController.cs プロジェクト: Myslik/MetricServer
 public HomeController(MetricServerContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public MeasurementController(MetricServerContext context)
 {
     this.context = context;
 }