Implement data parsing service
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
{
|
||||
public interface IDataParser
|
||||
{
|
||||
Task<bool> ParseAsync();
|
||||
Task ParseAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user