Example #1
0
 public QueueService(IWebConfigurations webConfig)
 {
     this.webConfig = webConfig;
 }
Example #2
0
 public TableService(IWebConfigurations webSvc)
 {
     this.webSvc = webSvc;
 }
Example #3
0
 public GitService(IWebConfigurations webConfig)
 {
     this.webConfig = webConfig;
 }