12 lines
293 B
C#
12 lines
293 B
C#
using Inspectron.Epson.PrintServer.PrintServices;
|
|
|
|
namespace Inspectron.Epson.PrintServer.ConfigurationSources;
|
|
|
|
public class EpsonPrintServiceConfiguration
|
|
{
|
|
public string RestaurantId { get; set; }
|
|
public string ApiKey { get; set; }
|
|
public string? ApiUrl { get; set; }
|
|
|
|
|
|
} |