This commit is contained in:
2020-05-14 14:35:37 +00:00
parent 848b5afc53
commit 0333db82f2
4 changed files with 46 additions and 5 deletions

View File

@@ -170,6 +170,22 @@ namespace AyaNova.Biz
}
}
////////////////////////////////////////////////////////////////////////////////////////////////
//RESET SERIAL
//
internal async Task<bool> ResetSerial(long newSerial)
{
await ct.SaveChangesAsync();
await EventLogProcessor.LogEventToDatabaseAsync(new Event(UserId, newObject.Id, BizType, AyaEvent.ResetSerial,newSerial.ToString()), ct);
return true;
}
////////////////////////////////////////////////////////////////////////////////////////////////
//SEARCH
//