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