public FranchiseeItSelfProfileUpdateCommand() { UserDetail = new UserDetailCommand(); UserDocumentCommands = new List <DocumentCommand>(); Address = new AddressRequestModel(); FranchiseeFeeCommands = new List <FranchiseeFeeCommandModel>(); }
public UpdateUserCommand() { UserDetail = new UserDetailCommand(); UserDocumentCommands = new List <DocumentCommand>(); Address = new AddressRequestModel(); }