Utopia-Canteen-System/UtopiaCanteen.Shared/EmployeeLocationSiteRespons...

7 lines
134 B
C#

namespace UtopiaCanteen.Shared;
public sealed class EmployeeLocationSiteResponse
{
public string? LocationSiteId { get; set; }
}