(function (app) { var tenantsController = function ($scope, tenantService) { var init = function () { $scope.tenant = tenantService.getTenant(0); ...
確定! 回上一頁