Ejemplo n.º 1
0
 public Operator GetOperatorDetails(string operatorID)
 {
     return(operatorDAL.GetOperatorDetails(operatorID));
 }