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