presence_sample_v2/data/DAO/Presence.cs
2024-11-14 09:31:47 +03:00

13 lines
183 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace data.DAO
{
internal class Presence
{
}
}