using CRM.Core.DAL; using CRM.Core.Model; namespace CRM.Core.BLL.Wx { public class Wx_Test { public void InsetTest2(OrderDetial2 model) { new Test().InsetTest2(model); } } }