diff --git a/Typography/TypographyListImplement/DataListSingleton.cs b/Typography/TypographyListImplement/DataListSingleton.cs index 428c7cd..204b834 100644 --- a/Typography/TypographyListImplement/DataListSingleton.cs +++ b/Typography/TypographyListImplement/DataListSingleton.cs @@ -7,6 +7,7 @@ using TypographyListImplement.Models; namespace TypographyListImplement { + public class DataListSingleton { private static DataListSingleton? _instance;