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