I have two entities categories and product. i have one interface
public interface IApi { List get100(); List get10(); } can