This commit is contained in:
@@ -8,10 +8,12 @@ namespace AyaNova.Api.ControllerHelpers
|
||||
{
|
||||
|
||||
public object Data { get; }
|
||||
public bool ReadOnly {get;}
|
||||
|
||||
public ApiOkResponse(object result)
|
||||
public ApiOkResponse(object result, bool isReadOnly)
|
||||
{
|
||||
Data = result;
|
||||
ReadOnly=isReadOnly;
|
||||
}
|
||||
}//eoc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user