Example #1
0
 public bool DeleteBy(Users dt)
 {
     return(_userDal.DeleteBy(dt));
 }