コード例 #1
0
 public static string ConvertirOperador(Operadores_UniqueIdentifier ope)
 {
     return(ConvertirOperadores.ReturnValue(ope.ToString()));
 }
コード例 #2
0
 public static string ConvertirOperador(Operadores_Int ope)
 {
     return(ConvertirOperadores.ReturnValue(ope.ToString()));
 }
コード例 #3
0
 public static string ConvertirOperador(Operadores_SmallDateTime ope)
 {
     return(ConvertirOperadores.ReturnValue(ope.ToString()));
 }