예제 #1
0
 public Colaborador GetColaborador(int registro)
 {
     return(DAO.Get(registro));
 }