This commit is contained in:
@@ -22,7 +22,7 @@ namespace AyaNova.Biz
|
||||
/// <param name="newEvent"></param>
|
||||
/// <param name="ct"></param>
|
||||
/// <returns></returns>
|
||||
internal static void AddEntry(Event newEvent, AyContext ct)
|
||||
internal static void AddEntryToContextNoSave(Event newEvent, AyContext ct)
|
||||
{
|
||||
ct.Event.Add(newEvent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user