mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Move model names to singular.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
public int ResolutionId { get; set; }
|
||||
public long Id { get; set; }
|
||||
|
||||
public Gpus Gpu { get; set; }
|
||||
public Resolutions Resolution { get; set; }
|
||||
public Gpu Gpu { get; set; }
|
||||
public Resolution Resolution { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user