Fixed the spelling mistake
This commit is contained in:
parent
8d64e9702d
commit
c304b615f7
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
public class CreateActivityMasterDto
|
public class CreateActivityMasterDto
|
||||||
{
|
{
|
||||||
public required Guid ActitvityGroupId { get; set; }
|
public required Guid ActivityGroupId { get; set; }
|
||||||
public required string ActivityName { get; set; }
|
public required string ActivityName { get; set; }
|
||||||
public required string UnitOfMeasurement { get; set; }
|
public required string UnitOfMeasurement { get; set; }
|
||||||
public List<CreateCheckListDto>? CheckList { get; set; }
|
public List<CreateCheckListDto>? CheckList { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user