Расширение
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace CatHasPawsContratcs.Extensions;
|
||||
|
||||
public static class DateTimeExtensions
|
||||
{
|
||||
public static bool IsDateNotOlder(this DateTime date, DateTime olderDate)
|
||||
{
|
||||
return date >= olderDate;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user