コード例 #1
0
 /// <summary>
 /// Updates the specified entity.
 /// </summary>
 /// <param name="role">The role entity.</param>
 public override void Update(Role role)
 {
     _roleDataService.Update(role);
 }