예제 #1
0
 public DataTable layThongKeTinhHinh(int matour)
 {
     Entity.DAL.DoanDL doandl = new Entity.DAL.DoanDL();
     return(doandl.layThongKeTinhHinh(matour));
 }
예제 #2
0
 public DataTable layThongKeDoanhThu(int matour, DateTime tungay, DateTime denngay)
 {
     Entity.DAL.DoanDL doandl = new Entity.DAL.DoanDL();
     return(doandl.layThongKeDoanhThu(matour, tungay, denngay));
 }