namespace PBS.BLL { /// /// /// public class PBSDbFirstHelper : PBS.CAL.IPBSDbFirstHelper { private readonly PBS.CAL.IPBSDbFirstHelper _cal = CALCreateHelper.CreateCAL(); public Task Initial() { return _cal.Initial(); } } }