add dao #1

Merged
giteadmin merged 1 commits from develop into master 2024-11-14 06:34:41 +00:00
Showing only changes of commit 230a4efccf - Show all commits

12
data/DAO/Presence.cs Normal file
View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace data.DAO
{
internal class Presence
{
}
}