Beispiel #1
0
 public long ObtemNovoCodigo()
 {
     return(repositorioNotificacao.ObterUltimoCodigoPorAno(DateTime.Now.Year) + 1);
 }