コード例 #1
0
 /// <summary>
 /// Check if user has DOK-editor role.
 /// </summary>
 /// <returns></returns>
 public bool IsDokEditor()
 {
     return(_userAuthorization.IsDokEditor());
 }