TaskNewsFeedJob.cs 354 B

1234567891011121314
  1. using Microsoft.AspNetCore.SignalR;
  2. using OASystem.API.OAMethodLib.Hubs;
  3. using OASystem.Domain.Entities.PersonnelModule;
  4. using OASystem.Infrastructure.Repositories.PersonnelModule;
  5. using ILogger = Microsoft.Extensions.Logging.ILogger;
  6. namespace OASystem.API.OAMethodLib.Quartz.Business
  7. {
  8. public static class TaskNewsFeedJob
  9. {
  10. }
  11. }