예제 #1
0
 public IList <UserGroupDTO> Get(string userName)
 {
     return(_ugService.GetGroupsForUser(User.Identity.Name));
 }