コード例 #1
0
 public GatewaysController(RestServiceContext context)
 {
     _context = context;
 }
コード例 #2
0
 public PeripheralsController(RestServiceContext context)
 {
     _context = context;
 }