Example #1
0
        public static CRUDPagamento ObterInstancia()
        {
            if (servico == null)
            {
                servico = new CRUDPagamento();
            }

            return(servico);
        }