pramod_Task#474 #88

Open
pramod.mahajan wants to merge 7 commits from pramod_Task#474 into Issue_Jun_1W_2
Showing only changes of commit 83c3443c4f - Show all commits

View File

@ -0,0 +1,16 @@
namespace Marco.Pms.Model.Dtos.Master
{
public class DocumentMasterDto
{
public string? Name { get; set; }
public string? Description { get; set; }
public string? Type { get; set; }
public string? ValidationException { get; set; }
public bool IsRequired { get; set; }
}
}