9 lines
244 B
C#
9 lines
244 B
C#
using System;
|
|
|
|
namespace CompanyManagment.App.Contracts.TemporaryClientRegistration;
|
|
|
|
public class WorkshopServicesTempViewModel : CreateWorkshopServicesTemp
|
|
{
|
|
public long Id { get; set; }
|
|
public DateTime CreationDate{ get; set; }
|
|
} |