TqesDbContextLocator.cs 225 B

1234567891011
  1. using Furion.DatabaseAccessor;
  2. namespace YBEE.EQM.Core;
  3. /// <summary>
  4. /// TQES Sql Server 数据库定位器
  5. /// </summary>
  6. public class TqesDbContextLocator : IDbContextLocator
  7. {
  8. public TqesDbContextLocator() { }
  9. }