예제 #1
0
 public bool SeatCheckNameExist(string name)
 {
     return(seat_repo.Get(d => d.name == name) != null);
 }