Ejemplo n.º 1
0
 public AccoutController(AccoutService service)
 {
     this.service = service;
 }
Ejemplo n.º 2
0
 static HRProvider()
 {
     AccoutClient     = new AccoutService();
     AccoutClient.Url = ToolsLib.Utility.WebUtils.GetSettingsValue("SSOUrl");
 }