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(this T tt) where T : IIMM //{ // return new ModelManagement(); //} } }