www.pudn.com > WorkFlowserver.rar > BizObject.cs
using System;
namespace Hofly.WebModules.Business
{
///
/// The class from which all classes in the business tier
/// inherit from.
///
public class BizObject
{
public BizObject()
{
}
}
}