Ejemplo n.º 1
0
 public Misc(
     Services.Settings settings,
     VgcApis.Models.IServices.IApiService api)
 {
     this.settings = settings;
     vgcUtils      = api.GetUtilsService();
     vgcSlinkMgr   = api.GetShareLinkMgrService();
 }
Ejemplo n.º 2
0
 public LuaApis(
     Services.Settings settings,
     VgcApis.Models.IServices.IApiService api)
 {
     this.settings          = settings;
     this.vgcConfigMgr      = api.GetConfigMgrService();
     this.vgcServers        = api.GetServersService();
     this.vgcWeb            = api.GetWebService();
     this.vgcUtils          = api.GetUtilsService();
     this.redirectLogWorker = settings.SendLog;
 }
Ejemplo n.º 3
0
 public Json(
     VgcApis.Models.IServices.IApiService api)
 {
     this.vgcUtils = api.GetUtilsService();
 }