Example #1
0
 public UserService(string appPath, HttpClientService service)
 {
     _appPath = appPath;
     _service = service;
 }
Example #2
0
 public DateRangeService(string appPath, HttpClientService service)
 {
     _appPath = appPath;
     _service = service;
 }