init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Ellenorzo.Domain.VN.Interfaces
|
||||
{
|
||||
public interface IModelValidacio<T>
|
||||
{
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
|
||||
Dictionary<Predicate<T>, string> ModelValidaciok { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user