示例#1
0
 public void Update(Grup grup)
 {
     _grupDal.Update(grup);
 }
示例#2
0
 public void Update(Grup Grup)
 {
     _GrupDal.Update(Grup);
 }