public ArmazemController(IArmazemAppService armazemApp) { _armazemApp = armazemApp; }
public ArmazemController(INotificationHandler notifications, IArmazemAppService armazemAppService) : base(notifications) { _armazemAppService = armazemAppService; }