Exemplo n.º 1
0
 public bool CheckOneBefStationBLL(string MissingSql)
 {
     if (TRD.CheckOneStationDAL(MissingSql) > 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Exemplo n.º 2
0
 public string CheckOneBefStationBLL(string MissingSql, string IMEI)
 {
     return(TRD.CheckOneStationDAL(MissingSql, IMEI));
 }