Esempio n. 1
0
 /// <summary>
 /// 根据条件获取角色
 /// </summary>
 public string GetAllRole(string where)
 {
     return(JsonHelper.ToJson(dal.GetAllRole(where)));
 }