1 package pl.matsuo.core.web.controller.message; 2 3 import pl.matsuo.core.IQueryRequestParams; 4 5 6 /** 7 * Created by tunguski on 21.12.13. 8 */ 9 public interface IMessageRequestParams extends IQueryRequestParams { 10 11 Integer getIdParty(); 12 13 }