sap.ui.define(, function(Controller) {
"use strict"; return Controller.extend("sample.controller.NotFound", { onInit: function() {} });
});
sap.ui.define(, function(Controller) {
"use strict"; return Controller.extend("sample.controller.NotFound", { onInit: function() {} });
});