We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3a860 commit c50be64Copy full SHA for c50be64
src/api/Models/Codelist.cs
@@ -1,8 +1,8 @@
1
using Microsoft.EntityFrameworkCore;
2
using System.ComponentModel.DataAnnotations;
3
using System.ComponentModel.DataAnnotations.Schema;
4
-using System.Text.Json.Serialization;
5
using System.Text.Json;
+using System.Text.Json.Serialization;
6
7
namespace BDMS.Models;
8
0 commit comments