예제 #1
0
 public bool DeleteVisitor(string id)
 {
     return(_repository.Delete(id) > 0);
 }