Пример #1
0
 public abstract List <RestaurantModel> Interpret(InterpreterContext context);
 public RestaurantSearchClient(InterpreterContext context)
 {
     this.context = context;
 }