Exemplo n.º 1
0
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public Role GetModelRole(int ID)
 {
     return(_iMembershipLogic.GetModelRole(ID));
 }