13 lines
287 B
C#
13 lines
287 B
C#
using System.Web.Mvc;
|
|
using BS.Shared;
|
|
|
|
namespace BeWoPlanerMobil.Util
|
|
{
|
|
internal interface ISignable
|
|
{
|
|
string SignaturePopupTitle { get; set; }
|
|
|
|
//ActionResult SaveSignature(object blob, long objectOid, long objectTid, SignatureTable signatureTable);
|
|
}
|
|
}
|