This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Nova.Application.Services.Base; | |
using Nova.Core.Entities.Documents; | |
using Nova.Core.Entities.Payments; | |
using System.Collections.Generic; | |
namespace Nova.Application.Services.External.Dto | |
{ | |
public class ExternalDocument : EntityDto | |
{ | |
public string WebId { get; set; } |