Beispiel #1
0
 protected override Query <Account> GetAsQuery(List <AccountForSave> entities)
 {
     return(_repo.Accounts__AsQuery(entities));
 }