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