Add project files.
This commit is contained in:
7
Inspectron.Epson/PrintServer/WorkAreaSources/WorkArea.cs
Normal file
7
Inspectron.Epson/PrintServer/WorkAreaSources/WorkArea.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Inspectron.Epson.PrintServer.WorkAreaSources;
|
||||
|
||||
public class WorkArea
|
||||
{
|
||||
public string Id { get; set; } = string.Empty;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user