Beispiel #1
0
 protected override async Task <List <int> > SaveExecuteAsync(List <AccountClassificationForSave> entities, bool returnIds)
 {
     return(await _repo.AccountClassifications__Save(entities, returnIds));
 }