Example #1
0
 public bool Create(BanModel model)
 {
     return(_res.Create(model));
 }