Files
parr_api/PARR.DAL/Services/Interfaces/IJobJournalService.cs
Mikhail Kuznetsov f0d28c0802 Services+Worker
2023-06-01 16:08:25 +10:00

13 lines
217 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PARR.DAL.Services.Interfaces
{
internal interface IJobJournalService
{
}
}