コード例 #1
0
 public EndpointController(Endpoints endpoints)
 {
     this.endpoints = endpoints;
 }
コード例 #2
0
ファイル: Endpoints.cs プロジェクト: jfloodnet/RestEndpoints
 internal Contracts(string endpointName, Endpoints endpoints, Assembly[] searchAssemblies = null)
 {
     this.endpointName = endpointName;
         this.endpoints = endpoints;
         this.searchAssemblies = searchAssemblies;
 }