1 package org.kuali.ole.ncip.service;
2
3 import org.extensiblecatalog.ncip.v2.service.AcceptItemService;
4
5 /**
6 * Created with IntelliJ IDEA.
7 * User: maheswarang
8 * Date: 7/31/13
9 * Time: 1:02 PM
10 * To change this template use File | Settings | File Templates.
11 */
12 public interface OLEAcceptItemService extends AcceptItemService {
13 }