5 lines
176 B
C#
5 lines
176 B
C#
namespace File_Folder_Helper.Models.Face;
|
|
|
|
public record OutputResolution(int Height,
|
|
int Orientation,
|
|
int Width); |