From 08819c6738a4f82ccf07ae5ed60835b087f7bb34 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 6 Nov 2022 02:10:44 -0600 Subject: AƱadidos grupos y usuarios MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Models/Book.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Models/Book.cs') diff --git a/Models/Book.cs b/Models/Book.cs index 49bd527..4a05865 100644 --- a/Models/Book.cs +++ b/Models/Book.cs @@ -19,4 +19,4 @@ namespace LibraryAPI.Models { [StringLength(128, ErrorMessage = "Title too long")] public string? Title { get; set; } } -} \ No newline at end of file +} -- cgit v1.2.3