예제 #1
0
 public virtual void Dispose()
 {
     _httpUtilsHelper = null;
 }
예제 #2
0
 public APIActionsBase(HttpUtilsHelper httpHelper, APRIConfigSettings config)
 {
     _httpUtilsHelper = httpHelper;
     _config          = config;
 }