예제 #1
0
 public static UrlModule require(IUrlMaker maker) => new UrlModule();
예제 #2
0
 public IServiceBridge SetUrlMaker(IUrlMaker urlMaker)
 {
     this.ServiceUrlMaker = urlMaker;
     return(this);
 }