mirror of
https://github.com/unclshura/splitter.git
synced 2026-06-22 00:22:01 +00:00
7 lines
113 B
C#
7 lines
113 B
C#
namespace Splitter_UI.Services;
|
|
|
|
public interface IFileJobFactory
|
|
{
|
|
JobViewModel Create(SingleJob job);
|
|
}
|