Skip to content

Instantly share code, notes, and snippets.

@pierregorce
pierregorce / ExternalDocument.cs
Last active December 20, 2017 13:18
Enovalp - IExternalHandlerAppService
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; }