コード例 #1
0
 public AmigoService Build(ServiceOptions options)
 {
     return(new AmigoService(options.ConnectionString));
 }
コード例 #2
0
 public AmigoFactory(ServiceOptions options)
 {
     this._options = options;
 }
コード例 #3
0
 public LoginService Build(ServiceOptions options)
 {
     return(new LoginService(options.ConnectionString));
 }
コード例 #4
0
 public LoginFactory(ServiceOptions options)
 {
     this._options = options;
 }
コード例 #5
0
 public UserService Build(ServiceOptions options)
 {
     return(new UserService(options.ConnectionString));
 }
コード例 #6
0
 public UserFactory(ServiceOptions options)
 {
     this._options = options;
 }