1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 01:39:00 +00:00
just-short-it/Model/Customization.cs

5 lines
112 B
C#
Raw Permalink Normal View History

namespace JustShortIt.Model;
public class Customization {
public int GeneratedIdLength { get; set; } = 6;
}