Exemplo n.º 1
0
        public TableOperationContext(AddWithFileCommand <T> FileController, CommandType type)
        {
            this.FileController = FileController;
            this.type           = type;

            contextVoid = CommandVoidContext.getContext();
        }
Exemplo n.º 2
0
 public AuthorOperation(AddWithFileCommand <Author> AuthorController, CommandType type) : base(AuthorController, type)
 {
 }
Exemplo n.º 3
0
 public BookOperation(AddWithFileCommand <Book> bookController, CommandType type) : base(bookController, type)
 {
 }