9 lines
278 B
C#
9 lines
278 B
C#
using _0_Framework.Domain.CustomizeCheckoutShared.Enums;
|
|
|
|
namespace CompanyManagment.App.Contracts.CustomizeWorkshopSettings.ValueObjectsViewModel;
|
|
|
|
public class FridayPayViewModel
|
|
{
|
|
public FridayPayType FridayPayType { get; set; }
|
|
public double Value { get; set; }
|
|
} |