예제 #1
0
 public AvlAggregatorServiceBL(IAvlRepository repo, string serviceName, IAvlConfiguration config, ICachedDictionary <string, Session> sessions)
 {
     this.Repo           = repo;
     this.ServiceName    = serviceName;
     this.Configuration  = config;
     this.ActiveSessions = sessions;
 }
 public ValuesController(IAvlRepository repo)
 {
     Repo = repo;
 }
예제 #3
0
 public UsersController(IAvlRepository repo)
 {
     Repo = repo;
 }
 public DevicesController(IAvlRepository repo)
 {
     Repo = repo;
 }