Mega_New_Presence/Demo/Data/RemoteData/RemoteDataBase/DAO/temp.cs

16 lines
292 B
C#
Raw Normal View History

2024-11-04 20:16:00 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demo.Data.RemoteData.RemoteDataBase.DAO
{
public class Temp
{
public Guid UserGuid;
public double ok;
public double skip;
}
}