2010-03-02 17:56:21 +00:00
|
|
|
|
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);
|
2011-01-30 07:14:05 +00:00
|
|
|
|
//public delegate User IsInRole(bool authenticated, decimal maximum, decimal current, string message);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
}
|