public void AddToHomeFixesProjects(HomeFixesProject homeFixesProject) { base.AddObject("HomeFixesProjects", homeFixesProject); }
public static HomeFixesProject CreateHomeFixesProject(long id, long familyID) { HomeFixesProject homeFixesProject = new HomeFixesProject(); homeFixesProject.id = id; homeFixesProject.familyID = familyID; return homeFixesProject; }