コード例 #1
0
        public List<Pessoas> PesquisarParticTurmaBL(string valor, int tur_id)
        {
            /*criar as regras de negocio*/
            PessoasDA pessoasDA = new PessoasDA();

            return pessoasDA.PesquisarParticTurmaDA(valor, tur_id);
        }