Project

General

Profile

« Previous | Next » 

Revision 45623

View differences:

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

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

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

  
11 9
public interface ContactManager {
12 10

  
13 11
	public void submitContact(Contact contact);
14 12
}
15
*/

Also available in: Unified diff