Project

General

Profile

1 35972 antonis.le
package eu.dnetlib.goldoa.service;
2
3
import eu.dnetlib.goldoa.domain.Contact;
4
5 45623 panagiotis
/*
6
 * Created by antleb on 4/3/15.
7 45403 panagiotis
*/
8
9 35972 antonis.le
public interface ContactManager {
10
11 39076 antonis.le
	public void submitContact(Contact contact);
12 35972 antonis.le
}