コード例 #1
0
 public HomeController(IWorkChannelFactory fact)
 {
     factory = fact;
 }
コード例 #2
0
 public AccountController(IWorkChannelFactory fact, IAuthenticationService service)
 {
     factory = fact;
     auth = service;
 }