add data provider projects

This commit is contained in:
2024-05-15 17:31:44 +02:00
parent 7f9af3982e
commit 34bc418b88
8 changed files with 94 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OwnChar.Server.Data.ServerDataProvider
{
public class DataProvider : IServerDataProvider
{
}
}