Merge branch 'Task_1_Models' into Task_2_BusinessLogic

This commit is contained in:
Ivan Gutorov 2025-02-16 12:46:04 +04:00
commit 103b0cc925

View File

@ -1,6 +1,6 @@
namespace TheCyclopsContracts.Extensions; namespace TheCyclopsContracts.Extensions;
public static class StringExtension public static class StringExtensions
{ {
public static bool IsEmpty(this string str) public static bool IsEmpty(this string str)
{ {