rename Domain.Interfaces.ISignature as IDocReceiverElement
This commit is contained in:
11
EnvelopeGenerator.Domain/Interfaces/IDocReceiverElement.cs
Normal file
11
EnvelopeGenerator.Domain/Interfaces/IDocReceiverElement.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace EnvelopeGenerator.Domain.Interfaces
|
||||
{
|
||||
public interface IDocReceiverElement
|
||||
{
|
||||
int Page { get; set; }
|
||||
|
||||
double X { get; set; }
|
||||
|
||||
double Y { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user