Exemplo n.º 1
0
 public bool UpdateHttpJob(JobParamHttpModel job)
 {
     return(_jobStore.UpdateHttpJob(job));
 }