Exemplo n.º 1
0
 public static string GetOperatorName(int opt)
 {
     Business.Operator operatorController = new Business.Operator();
     return(operatorController.GetOperatorName(opt));
 }
Exemplo n.º 2
0
 public static DataTable GetOperators()
 {
     Business.Operator operatorController = new Business.Operator();
     return(operatorController.GetOperators());
 }