示例#1
0
 public void CleanUp()
 {
     _bll = null;
 }
示例#2
0
 public void Init()
 {
     _log = LogManager.GetLogger(typeof(CetakNotaBllTest));
     _bll = new CetakNotaBll(_log);
 }