public LogTableOperationController(IBaseManager BaseManager, ITableOperationService TableOperationService) : base(BaseManager) { this.BaseManager = BaseManager; this.TableOperationService = TableOperationService; }
public TableOperationManager(ITableService TableService, ITableDetailsService TableDetailsService, ITableOperationService TableOperationService) { this.TableService = TableService; this.TableDetailsService = TableDetailsService; this.TableOperationService = TableOperationService; }
public AzureTableStorageConfigurationRepository(SharedConfigSettings settings, ITableOperationService tableOperationService) { this.settings = settings; this.tableOperationService = tableOperationService; }