Skip to content

Commit

Permalink
added test to appointment-export
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangroese committed Jun 21, 2024
1 parent e644e4d commit 8938b4a
Show file tree
Hide file tree
Showing 3 changed files with 570 additions and 486 deletions.
5 changes: 0 additions & 5 deletions Orso.Arpa.Api/Controllers/AppointmentsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Ical.Net;
using Ical.Net.CalendarComponents;
using Ical.Net.DataTypes;
using Ical.Net.Serialization;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
Expand All @@ -14,7 +10,6 @@
using Orso.Arpa.Application.AppointmentParticipationApplication.Model;
using Orso.Arpa.Domain.AppointmentDomain.Enums;
using Orso.Arpa.Domain.UserDomain.Enums;
using Orso.Arpa.Misc.Extensions;

namespace Orso.Arpa.Api.Controllers;

Expand Down
Loading

0 comments on commit 8938b4a

Please sign in to comment.