awaiting-disposition-header-attachment-id
This commit is contained in:
@ -14,5 +14,6 @@ public interface IAwaitingDispoController<T>
|
||||
T Index();
|
||||
T MarkAsReviewed(long headerid, int tooltypeid);
|
||||
T MarkAsAwaiting(long headerid, int tooltypeid);
|
||||
T GetHeaderAttachmentID(int toolTypeId, long headerid);
|
||||
|
||||
}
|
Reference in New Issue
Block a user