public static bool CheckHuyApDung(this DM_GIADICHVU_TINH model) { if (model.HIEULUC == true && model.TRANGTHAI == 2) { return(true); } return(false); }
public static bool CheckApDung(this DM_GIADICHVU_TINH model) { if (model.KETQUA == 2 && model.HIEULUC != true) { return(true); } return(false); }
public static bool duocTuChoi(this DM_GIADICHVU_TINH model) { return(true); // tạm thời để mặc định là được từ chối. }