Project

General

Profile

1
/*
2
package eu.dnetlib.goldoa.service;
3

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

    
6
*/
7
/**
8
 * Created by antleb on 4/3/15.
9
 *//*
10

    
11
public interface ContactManager {
12

    
13
	public void submitContact(Contact contact);
14
}
15
*/
(3-3/29)