Exemplo n.º 1
0
 /// <summary>
 ///     Retrieve the permissions associated with the username
 /// </summary>
 /// <param name="name">Name of current user</param>
 /// <returns>List of permissions</returns>
 public List <string> RetrievePermissions(string name)
 {
     return(OptionRepository.RetrievePermissions(name));
 }