Exemplo n.º 1
0
 public List <ListaJustifica> RetornaListaJustifica(int usuarioId, DateTime DataInicio, DateTime DataFim)
 {
     try
     {
         var context = new Indigo_Controle_Licenca();
         return(context.STP_LISTA_JUSTIFICATIVA(DataInicio, DataFim, usuarioId).ToList());
     }
     catch (Exception)
     {
         throw;
     }
 }