Project

General

Profile

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