var connection = Configuration.GetConnectionString("DefaultConnection"); services.AddDbContext<rafanetContext>(options=>options.UseSqlServer(connection));
var connection = Configuration.GetConnectionString("DefaultConnection"); services.AddDbContext<rafanetContext>(options=>options.UseSqlServer(connection));