Add Cargo Service & Controller
This commit is contained in:
parent
f3ce62b551
commit
bcc15de82b
8 changed files with 114 additions and 50 deletions
|
|
@ -1,5 +1,3 @@
|
|||
using Observatory.Framework.Files.Journal;
|
||||
|
||||
namespace Pulsar.Features;
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -8,8 +6,6 @@ namespace Pulsar.Features;
|
|||
public interface IJournalHandler : IFileHandler
|
||||
{
|
||||
string FileName { get; }
|
||||
|
||||
public bool ValidateFile(string filePath);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue