I got this exception 'System.InvalidOperationException: 'No database provider has been configured for this DbContext.' – Asp.net
I try to use DbContext from another class but I got exception down below. "System.InvalidOperationException: 'No database provider has been configured for this DbContext. A provider can be configured by overriding the 'DbContext.OnConfiguring' method or by using 'AddDbContext' on the…