init
This commit is contained in:
14
SecureBank.API/SecureBank.API.Helpers/Check.cs
Normal file
14
SecureBank.API/SecureBank.API.Helpers/Check.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SecureBank.API.Helpers
|
||||
{
|
||||
public class Check<T>
|
||||
{
|
||||
public Predicate<T> CheckAction { get; set; }
|
||||
public string Message { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user