Esempio n. 1
0
        protected override bool ReceberAutoIncremento(QuerySelectStoredProcedure qs, CLS_RelatorioAtendimentoPeriodo entity)
        {
            if (qs != null && entity != null)
            {
                return(true);
            }

            return(false);
        }
Esempio n. 2
0
 public TipoTabelaRelatorioAtendimento(CLS_RelatorioAtendimentoPeriodo entity) : base(entity)
 {
 }