Exemplo n.º 1
0
 public List <TIPO_DOCUMENTO> GetAllItensAdm(Int32?id)
 {
     return(_baseRepository.GetAllItensAdm(id.Value));
 }