public static DataTable baocaothutientheokhoa(string DepartmentssDesc, DateTime?FromDate, DateTime?ToDate, string MaDoiTuong, string CreateBy, string MAKHOATHIEN, int?NTNT, int?TrongGioNgoaiGio) { return(SPs.BaocaoThutientheokhoa(DepartmentssDesc, FromDate, ToDate, MaDoiTuong, CreateBy, MAKHOATHIEN, NTNT, TrongGioNgoaiGio).GetDataSet().Tables[0]); }