Fixed the spelling mistake

This commit is contained in:
ashutosh.nehete 2025-09-23 13:15:11 +05:30
parent 8d64e9702d
commit c304b615f7

View File

@ -2,7 +2,7 @@
{
public class CreateActivityMasterDto
{
public required Guid ActitvityGroupId { get; set; }
public required Guid ActivityGroupId { get; set; }
public required string ActivityName { get; set; }
public required string UnitOfMeasurement { get; set; }
public List<CreateCheckListDto>? CheckList { get; set; }