Ejemplo n.º 1
0
 public IEnumerable <Reserve> Query(string where = null)
 {
     return(_reserveRepository.Query(where));
 }