Fix french comments

This commit is contained in:
2025-10-07 10:01:41 +02:00
parent fa353446eb
commit cfa2d59c0d
5 changed files with 2 additions and 7 deletions

View File

@@ -13,10 +13,7 @@ public class Warehouse
[Required] public int ZipCode { get; set; }
[Required] public string? City { get; set; }
public List<Material>? Materials {get; set;}
public List<Movement>? MovementsSource { get; set; }
public List<Movement>? MovementsDestination { get; set; }
}