public static ProjectGrantAllocationExpenditure Create() { var project = TestProject.Create(); var grantAllocation = TestGrantAllocation.Create(); return(Create(project, grantAllocation)); }
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); }