예제 #1
0
 public bool Update(Ban ban)
 {
     return(_banDal.Update(ban));
 }
예제 #2
0
 public void Update(Ban ban)
 {
     _banDal.Update(ban);
 }