Beispiel #1
0
            public static ProjectGrantAllocationExpenditure Create()
            {
                var project         = TestProject.Create();
                var grantAllocation = TestGrantAllocation.Create();

                return(Create(project, grantAllocation));
            }
Beispiel #2
0
            public static GrantAllocation Create()
            {
                var grantModification = TestGrantModification.Create();
                var org             = TestOrganization.Create();
                var grantAllocation = TestGrantAllocation.Create(grantModification, GetTestGrantAllocationName(org, "Test Grant Allocation"));

                //GrantAllocation.IsActive = true;
                return(grantAllocation);
            }