subscription data service added
This commit is contained in:
@@ -21,5 +21,8 @@ namespace VDownload.Services.Data.Configuration.Models
|
||||
|
||||
[ConfigurationKeyName("data_file")]
|
||||
public string DataFile { get; set; }
|
||||
|
||||
[ConfigurationKeyName("subscriptions_file")]
|
||||
public string SubscriptionsFile { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace VDownload.Services.Data.Subscriptions
|
||||
{
|
||||
public class SubscriptionsDataService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user