Skip to content

Commit c50be64

Browse files
Reorder usings
1 parent 5f3a860 commit c50be64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/Models/Codelist.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using Microsoft.EntityFrameworkCore;
22
using System.ComponentModel.DataAnnotations;
33
using System.ComponentModel.DataAnnotations.Schema;
4-
using System.Text.Json.Serialization;
54
using System.Text.Json;
5+
using System.Text.Json.Serialization;
66

77
namespace BDMS.Models;
88

0 commit comments

Comments
 (0)