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