コード例 #1
0
 public List <Empleado> RetrieveAll()
 {
     return(em.RetrieveAll());
 }