Shahid Ullah
Shahid Ullah
Hello @JasonGT I need to create multiple databases each db will have it's own dbContext class so for now I have created mentioned below three classes for each db >...
> Interface ``` public interface IMainDbContext { DbSet Users { get; set; } DbSet Clients { get; set; } Task SaveChangesAsync(CancellationToken cancellationToken); } ``` > Implementation in DbContext class ```...
I have added File upload component with below schema  Can not read property '0' of null - error is raised and page does not load 