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