Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
LuiDao |
|
| 0.0;0 |
1 | package org.kuali.student.enrollment.lui.dao; | |
2 | ||
3 | import org.kuali.student.enrollment.dao.GenericEntityDao; | |
4 | ||
5 | /** | |
6 | * @author Igor | |
7 | */ | |
8 | 0 | public class LuiDao extends GenericEntityDao { |
9 | } |