appsettings.json 170 B

1234567891011
  1. {
  2. "Vitorm": {
  3. "Data": [
  4. {
  5. "provider": "Excel",
  6. "namespace": "Vitorm.MsTest",
  7. "connectionString": "db_orm.xlsx"
  8. }
  9. ]
  10. }
  11. }