Exemplo n.º 1
0
 public static bool CheckHuyApDung(this DM_GIADICHVU_TINH model)
 {
     if (model.HIEULUC == true && model.TRANGTHAI == 2)
     {
         return(true);
     }
     return(false);
 }
Exemplo n.º 2
0
 public static bool CheckApDung(this DM_GIADICHVU_TINH model)
 {
     if (model.KETQUA == 2 && model.HIEULUC != true)
     {
         return(true);
     }
     return(false);
 }
Exemplo n.º 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.
 }