예제 #1
0
 public Distrito GetDistrito(Expression <Func <Distrito, bool> > criteria)
 {
     return(DistritoDao.Get(criteria));
 }
예제 #2
0
 public Distrito GetDistrito(int id)
 {
     return(DistritoDao.Get(id));
 }