22 lines
380 B
C#
22 lines
380 B
C#
using Global;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace DTTest
|
|
{
|
|
public static class IIMMInterface
|
|
{
|
|
//public static IModelManagement3 GetModelManagement<T>(this T tt) where T : IIMM
|
|
//{
|
|
// return new ModelManagement();
|
|
//}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|