예제 #1
0
 public BLSale(IBLCommon commonBL)
 {
     _common = commonBL;
 }
예제 #2
0
 public void SetUp()
 {
     _dalSale  = new Mock <IDALSale>();
     _blCommon = new BLCommon(_dalSale.Object);
 }