Ejemplo n.º 1
0
        protected async Task <RepositoryResponse <List <TView> > > SaveListAsync(List <TView> lstVm, bool isSaveSubModel)
        {
            var result = await _repo.SaveListModelAsync(lstVm, isSaveSubModel);

            return(result);
        }