Batch is the new Bulk

This commit is contained in:
2020-12-10 19:29:00 +00:00
parent 379673981f
commit 61cc48530a
17 changed files with 70 additions and 206 deletions

View File

@@ -1,10 +1,9 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace AyaNova.Models
{
/// <summary>
/// Interface for biz object models with standard fields
/// used for bulk operations etc
/// used for batch operations etc
/// </summary>
internal interface ICoreBizObjectModel
{