MiBuena
MiBuena
Hello, Niki! Could you please clarify: Shall I use it in the Service like this: _itemsRepository.All().ToListAsync(); ? Or leave it as a wrapper method in the repository and calling it...
Ok, but if I put it like this, 2 problems arrise: 1. I will have to add the following using the Service: using Microsoft.EntityFrameworkCore; .ToListAsync() requires it. This I believe...
Thank you for your answer! However, since we are talking about a very long document - it will require a lot of effort to change it everywhere. If anyone knows...
The way was to make a new name and reinitialize the table with a new name every time the person opens the page.
Hi, I found a solution partly. I removed Ninject and installed Autofac as a container and it woked fine with MvcGrid.