Example #1
0
 public GrupUser GetById(int grupUserId)
 {
     return(_grupUserDal.Get(x => x.Id == grupUserId));
 }