Exemplo n.º 1
0
 public TaskAttributesController(
     IUserContext userContext,
     ITaskAttributesService taskAttributesService)
     : base(userContext)
 {
     _userContext           = userContext;
     _taskAttributesService = taskAttributesService;
 }