예제 #1
0
 /// <summary>
 /// constructor
 /// </summary>
 public BancoBL()
 {
     this.bancoDA = new BancoDA();
 }