Project

General

Profile

1
package eu.dnetlib.goldoa.service.dao;
2

    
3

    
4
import java.util.List;
5

    
6
import eu.dnetlib.goldoa.domain.BudgetComment;
7
import eu.dnetlib.goldoa.domain.Comment;
8

    
9
public class BudgetCommentDAO  extends AbstractDao<String, BudgetComment>{
10
	
11
	List<Comment> getBudgetComments(String budgetId){
12
		
13
	}
14

    
15
}
(2-2/11)