This commit is contained in:
bekodeg 2024-05-01 12:37:40 +04:00
parent c2c4759c68
commit de8a64c509

View File

@ -5,6 +5,5 @@
public int? Id { get; set; }
public int VendorId { get; set; }
public string? Name { get; set; }
public int? VendorId { get; set; }
}
}