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