예제 #1
0
 public List <DtoFaixaIdade> FaixaIdadeSetor(int idSetor)
 {
     using (var db = new SetorRep())
     {
         return(db.FaixaIdadePessoas("sp_FaixaIdadeSetor", idSetor).ToList());
     }
 }
예제 #2
0
 public List <DtoFaixaIdade> FaixaIdadeEvento()
 {
     using (var db = new SetorRep())
     {
         return(db.FaixaIdadePessoas("sp_FaixaIdadeEvento").ToList());
     }
 }