Ejemplo n.º 1
0
 public void CleanUp()
 {
     _bll = null;
 }
Ejemplo n.º 2
0
 public void Init()
 {
     _log = LogManager.GetLogger(typeof(ReportHutangBeliProdukBllTest));
     _bll = new ReportHutangBeliProdukBll(_log);
 }