예제 #1
0
파일: RoleBLL.cs 프로젝트: benxuu/SYPM
 /// <summary>
 /// 根据条件获取角色
 /// </summary>
 public string GetAllRole(string where)
 {
     return(JsonHelper.ToJson(dal.GetAllRole(where)));
 }