예제 #1
0
 public FaturaController()
 {
     faturaDAL = new FaturaDAL();
 }
예제 #2
0
 public FaturaBLL()
 {
     faturaDAL = new FaturaDAL();
 }