コード例 #1
0
 public Task Inserir(GrupoComunicacaoDto dto)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Task Alterar(GrupoComunicacaoDto dto, long id)
 {
     throw new NotImplementedException();
 }