10 lines
247 B
C#
10 lines
247 B
C#
namespace BeWoPlanerMobil.Util
|
|
{
|
|
internal interface ISignable
|
|
{
|
|
string SignaturePopupTitle { get; set; }
|
|
|
|
//ActionResult SaveSignature(object blob, long objectOid, long objectTid, SignatureTable signatureTable);
|
|
}
|
|
}
|