Пример #1
0
 public void Incluir(TipoEmprestimo tipoEmprestimo)
 {
     try
     {
         db.AddToTipoEmprestimoSet(tipoEmprestimo);
     }
     catch (Exception)
     {
         throw new TipoEmprestimoNaoIncluidoExcecao();
     }
 }