Compare commits

..

2 Commits

Author SHA1 Message Date
08275744cf Merge pull request 'add dao' (#1) from develop into master
Reviewed-on: #1
2024-11-14 06:34:40 +00:00
adm
230a4efccf add dao 2024-11-14 09:31:47 +03:00

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
{
}
}