コード例 #1
0
 public EndpointsController(EndpointStore store)
 {
     _store = store;
 }
コード例 #2
0
 public HomeController(EndpointStore store)
 {
     _store = store;
 }
コード例 #3
0
 public EndpointService(EndpointStore store)
 {
     _store = store;
 }