presence_sample_v2/data/DAO/Presence.cs

13 lines
183 B
C#
Raw Permalink Normal View History

2024-11-14 06:31:47 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace data.DAO
{
internal class Presence
{
}
}