Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C# by Danilo ( 6 years ago )
var processoExistente = _processoRepository.GetByKey(opt => {
	opt.Tracking = false;
	opt.WithInclusions = (qry) => qry
	 .Include(i => i.ProcessoPartes)
		 .ThenInclude(i => i.Parte)
	 .Include(i => i.ProcessoTipo)
	 .Include(i => i.OrgaoJudicial)
		 .ThenInclude(i => i.Comarca);
}, id_Processo) ;

 

Revise this Paste

Your Name: Code Language: