Exemplo n.º 1
0
 /// <summary>
 /// 构造函数1
 /// </summary>
 public BaseService()
 {
     ModuleName    = AttributeHelper.GetModuleName(this.GetType());
     CommandResult = new CommandResult();
 }