Example #1
0
 public static List <DoanhThu_DTO> TongDoanhThu(DoanhThu_DTO DT)
 {
     return(DoanhThu_DAO.TongDoanhThu(DT));
 }
Example #2
0
 public static int TongTien_All2(DoanhThu_DTO DT)
 {
     return(DoanhThu_DAO.TongTien_All2(DT));
 }
Example #3
0
 public static List <DoanhThu_DTO> List_DoanhThu(DoanhThu_DTO DT)
 {
     return(DoanhThu_DAO.List_DoanhThu(DT));
 }
Example #4
0
 public static List <DoanhThu_DTO> List_All2(DoanhThu_DTO DT)
 {
     return(DoanhThu_DAO.List_ALL2(DT));
 }