예제 #1
0
 private bool CampExists(int id)
 {
     // return db.Camps.Count(e => e.Id == id) > 0;
     return(_campService.Exists(id));
 }