Project

General

Profile

1
package eu.dnetlib.goldoa.service;
2

    
3
import eu.dnetlib.goldoa.domain.Contact;
4

    
5
/**
6
 * Created by antleb on 4/3/15.
7
 */
8
public interface ContactManager {
9

    
10
	public void submitContact(Contact contact);
11
}
(3-3/29)