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