Удалены неиспользуемые переменные

This commit is contained in:
YPermitin
2020-05-10 01:32:30 +05:00
parent bc1572f30d
commit c13587056b
@@ -15,7 +15,6 @@ namespace YY.EventLogExportAssistant.SQLServer
private const int _defaultPortion = 1000;
private int _portion;
private DbContextOptions<EventLogContext> _databaseOptions;
private EventLogContext _context;
private InformationSystemsBase _system;
private IReadOnlyList<Models.Applications> cacheApplications;