DTLib/Dtsod/V30/DtsodV30.cs
2021-10-09 16:36:17 +03:00

24 lines
356 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DTLib.Dtsod
{
static public class DtsodV30
{
/*
public static DtsodV30 FromObject(object target)
{
}
public T ToObject<T>()
{
}
*/
}
}