public void CleanUp() { _bll = null; }
public void Init() { _log = LogManager.GetLogger(typeof(CetakNotaBllTest)); _bll = new CetakNotaBll(_log); }