Initial Commit

This commit is contained in:
unknown
2010-03-02 23:26:21 +05:30
commit 232a62f8ca
214 changed files with 25010 additions and 0 deletions

View 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);
}