namespace Yw.BLL.Unit { /// /// CAL辅助类 /// internal class CALCreateHelper { /// /// 创建DAL /// /// /// public static T CreateCAL() { var type = Settings.UnitParasHelper.Unit.CAL.CALType; return Yw.CALFactory.CreateCAL(type); } } }