6 lines
150 B
C#
6 lines
150 B
C#
namespace Inspectron.Epson.PrintServer.WorkAreaSources;
|
|
|
|
public interface IWorkAreasSource
|
|
{
|
|
public Task<List<WorkArea>> GetWorkAreasAsync();
|
|
} |