TaskNewsFeedJob.cs 317 B

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