1
This commit is contained in:
10
iMES.Core/ModelBinder/BinderObject.cs
Normal file
10
iMES.Core/ModelBinder/BinderObject.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace iMES.Core.ModelBinder
|
||||
{
|
||||
public class BinderObject<T> where T : class
|
||||
{
|
||||
public Type ModelType { get; set; }
|
||||
public Action<Func<T, object>> Filter { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user