コード例 #1
0
        public GenericServiceOptions Generic(Type generic, string name)
        {
            var command = new GenericServiceCommand
            {
                Service = generic,
                Name    = name
            };

            commands.Add(command);
            return(new GenericServiceOptions(command));
        }
コード例 #2
0
 public GenericServiceOptions(GenericServiceCommand command)
 {
     this.command = command;
 }
コード例 #3
0
 public GenericImplementorOptions(GenericServiceCommand command)
 {
     this.command = command;
 }
コード例 #4
0
 public GenericServiceOptions(GenericServiceCommand command)
 {
     this.command = command;
 }
コード例 #5
0
 public GenericImplementorOptions(GenericServiceCommand command)
 {
     this.command = command;
 }