Files

9 lines
284 B
C#

using _0_Framework.Domain.CustomizeCheckoutShared.Enums;
namespace CompanyManagment.App.Contracts.CustomizeWorkshopSettings.ValueObjectsViewModel;
public class NightWorkPayViewModel
{
public NightWorkType NightWorkingType { get; set; }
public double Value { get; set; }
}