Exemplo n.º 1
0
        protected override void OnInit(EventArgs e)
        {
            BindLists();

            BucketOfProductivityArea.ConfigureBucket("ProductivityArea", 1, GetProductivityAreaList, GetAssociatedProductivityAreas, SaveByProductivityAreaFeature);
            BucketOfProductivityAreaFeature.ConfigureBucket("ProductivityAreaFeature", 1, GetProductivityAreaFeatureList, GetAssociatedProductivityAreaFeatures, SaveByProductivityArea);
        }
Exemplo n.º 2
0
        protected override void OnInit(EventArgs e)
        {
            BindLists();

            BucketOfApplicationUser.ConfigureBucket("ApplicationUser", 1, GetApplicationUserList, GetAssociatedApplicationUsers, SaveByProductivityAreaFeature);
            BucketOfProductivityAreaFeature.ConfigureBucket("ProductivityAreaFeature", 1, GetProductivityAreaFeatureList, GetAssociatedProductivityAreaFeatures, SaveByApplicationUser);
        }