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