public void StartCompress(JobType jobType) { _threading.ThreadStart(_factory.Create().CompressAction(jobType)); }
public void WriteFile(string fileName) { _threading.ThreadStart(_uow.WriteFileAction(fileName)); }
public void ReadFile(string filePath, JobType jobType) { _threading.ThreadStart(_uow.ReadFileAction(filePath, jobType)); }