E:\TrabalhoSuely\RoboDescompilado\Redistribuir_Suely_2023_02_16\ZionRobot\Models\ADVISE\IntimacoesCollection.cs Untitled right
.using System;  
using System.Collections.Generic;  
   
namespace ZionRobot.Models.ADVISE  
{  
    // Token: 0x02000046 RID: 70  
    public class IntimacoesCollection  
    {  
        // Token: 0x17000150 RID: 336  
        // (get) Token: 0x0600031C RID: 796 RVA: 0x0000A42C File Offset: 0x0000862C  
        // (set) Token: 0x0600031D RID: 797 RVA: 0x0000A434 File Offset: 0x00008634  
        public List<Intimacao> Intimacoes { get; set; }  
    }  
}