Пример #1
0
 internal static eResultado Insertar(TBL_EPI_EMPLEADO oEmpleado)
 {
     return(DAOEmpleado.Insertar(oEmpleado));
 }