Exemplo n.º 1
0
 public int IsOperatorValid(string operatorID)
 {
     return(operatorDAL.IsOperatorExixts(operatorID));
 }