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