Exemplo n.º 1
0
 public List <UserGeneralViewModel> GetUserList(int optionId)
 {
     return(_option.GetUserList(optionId));
 }