Ejemplo n.º 1
0
 public static char ObterTipoMoeda(int codigoMoeda)
 {
     return(MoedaRepository.ObterTipoMoeda(codigoMoeda));
 }
Ejemplo n.º 2
0
        public static char ObterTipoMoeda(string sigla)
        {
            sigla = sigla.ToUpper();

            return(MoedaRepository.ObterTipoMoeda(sigla));
        }