Signatures will be kept as png files

This commit is contained in:
2016-11-30 11:03:03 +01:00
parent b627544e4f
commit fd391ebabc

View File

@ -68,9 +68,6 @@ namespace Yavsc.Models.Billing
{
get; set;
}
public Byte [] ProviderSignature { get; set; }
public Byte [] ClientSignature { get; set; }
public DateTime ProviderValidationDate { get; set; }
public DateTime ClientValidationDate { get; set; }