Initial Commit
This commit is contained in:
10
Tanshu.Accounts.Contracts/Communication/Delegates.cs
Normal file
10
Tanshu.Accounts.Contracts/Communication/Delegates.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Tanshu.Accounts.Contracts
|
||||
{
|
||||
public delegate void ShowProgessDelegate(decimal mininum, decimal maximum, decimal current, string message);
|
||||
//public delegate UserBO IsInRole(bool authenticated, decimal maximum, decimal current, string message);
|
||||
}
|
||||
Reference in New Issue
Block a user