Files
hcs/Hcs.WebApp/BackgroundServices/DataParsers/HousesDataParser_15_7_0_1.cs

14 lines
378 B
C#

using Hcs.Broker;
using Hcs.WebApp.Data.Hcs;
namespace Hcs.WebApp.BackgroundServices.DataParsers
{
public class HousesDataParser_15_7_0_1(IClient client, IServiceScope scope, Operation operation) : DataParserBase(client, scope, operation)
{
public override Task<bool> ParseAsync()
{
throw new NotImplementedException();
}
}
}