Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Inspectron.Epson.PrintServer.WorkAreaSources;
|
||||
|
||||
public interface IWorkAreasSource
|
||||
{
|
||||
public Task<List<WorkArea>> GetWorkAreasAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user