Add data parser base classes
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
namespace Hcs.WebApp.BackgroundServices.DataParsers
|
||||
{
|
||||
public class IDataParser
|
||||
public interface IDataParser
|
||||
{
|
||||
Task<bool> ParseAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user