Esempio n. 1
0
 /// <summary>
 /// 删除
 /// </summary>
 /// <param name="userRole"></param>
 /// <param name="Id"></param>
 /// <returns></returns>
 public int GetUserRole(IUserRoleServerce userRole, int Id)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 /// <summary>
 /// 添加
 /// </summary>
 /// <param name="userRole"></param>
 /// <returns></returns>
 public int Add(IUserRoleServerce userRole)
 {
     throw new NotImplementedException();
 }