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

    
9
public interface ContactManager {
10

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