using System;
namespace IRaCIS.Application.ViewModels
{
public class CalculateNeededDTO
public Guid Id { get; set; }
public Guid DoctorId { get; set; }
public string YearMonth { get; set; }
public bool IsLock { get; set; }
}