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