Пример #1
0
 public TableExtensionConfigTests()
 {
     this.config         = new HttpConfiguration();
     this.configProvider = new TableControllerConfigProvider();
     this.tableExtension = new TableMobileAppExtensionConfig(this.configProvider);
 }
 public TableExtensionConfigTests()
 {
     this.config = new HttpConfiguration();
     this.configProvider = new TableControllerConfigProvider();
     this.tableExtension = new TableMobileAppExtensionConfig(this.configProvider);
 }