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