Exemplo n.º 1
0
 /// <summary>
 /// 获取实体
 /// </summary>
 /// <param name="strWhere"></param>
 /// <returns></returns>
 public User GetModelByStrWhere(string strWhere)
 {
     return(_iMembershipLogic.GetModelByStrWhere(strWhere));
 }