Exemplo n.º 1
0
        public Seller GetByCpf(string cpf)
        {
            ISellerRepository repository = new SellerRepository();

            return(repository.GetByCpf(cpf));
        }