Added View, Recipe Paramaters and Export
This commit is contained in:
@ -11,7 +11,7 @@ public interface IInboundController<T>
|
||||
}
|
||||
|
||||
static string GetRouteName() => nameof(IInboundController<T>)[1..^10];
|
||||
T Data(string tooltype, JToken jsonbody);
|
||||
T Post(string tooltype, JToken jsonbody);
|
||||
T AttachFile(string tooltype, long headerid, string datauniqueid = "");
|
||||
|
||||
}
|
Reference in New Issue
Block a user