Esempio n. 1
0
 public Grup GetById(int grupId)
 {
     return(_grupDal.Get(x => x.Id == grupId));
 }
Esempio n. 2
0
 public Grup GetById(int GrupId)
 {
     return(_GrupDal.Get(x => x.Id == GrupId));
 }