This commit is contained in:
@@ -44,6 +44,8 @@ namespace AyaNova.Biz
|
||||
internal async Task<Memo> CreateAsync(Memo newObject)
|
||||
{
|
||||
|
||||
newObject.Viewed=false;//default, it's new and not viewed yet but could have been set from a prior forward / reply as it's source
|
||||
newObject.Replied=false;//''
|
||||
await ValidateAsync(newObject);//a bit different, can't update a memo so only need to worry about new objects
|
||||
if (HasErrors)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user