10 lines
310 B
C#
10 lines
310 B
C#
using _0_Framework.Domain.CustomizeCheckoutShared.Enums;
|
|
|
|
namespace CompanyManagment.App.Contracts.CustomizeWorkshopSettings;
|
|
|
|
public class CustomizeWorkshopShiftViewModel
|
|
{
|
|
public string StartTime { get; set; }
|
|
public string EndTime { get; set; }
|
|
public ShiftPlacement Placement { get; set; }
|
|
} |