This commit is contained in:
2020-05-16 00:13:46 +00:00
parent d1fec5f415
commit c574f3722b

View File

@@ -217,6 +217,9 @@ namespace AyaNova.Biz
public static async Task<long> BulkAdd(AyaType ayaType, BulkTagOpParameter tagOpParams, AyContext ct)
{
//todo iterate the object in question, open and update and save each one through it's biz object interface so rules etc are all maintained
//not sure if should update locked or read only objects, probably not I guess as it should only do whatever was done in interface
//hmm... tomorrow problem
throw new System.NotImplementedException("NOT IMPLEMENTED YET");
}