Subversion Repositories bacoAlunos

Rev

Rev 75 | Rev 114 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75 Rev 110
Line 76... Line 76...
76
    public static TesteImpl createTesteImpl()
76
    public static TesteImpl createTesteImpl()
77
    {
77
    {
78
        return new TesteImpl();
78
        return new TesteImpl();
79
    }
79
    }
80
 
80
 
81
     public static BlogImpl createBlogImpl()
81
    public static BlogImpl createBlogImpl()
82
    {
82
    {
83
        return new BlogImpl();
83
        return new BlogImpl();
84
    }
84
    }
85
 
85
 
86
     public static BlogPostImpl createBlogPostImpl()
86
    public static BlogPostImpl createBlogPostImpl()
87
    {
87
    {
88
        return new BlogPostImpl();
88
        return new BlogPostImpl();
89
    }
89
    }
90
 
90
 
-
 
91
    public static CourseUnitImpl createCourseUnitImpl()
-
 
92
    {
-
 
93
        return new CourseUnitImpl();
-
 
94
    }
91
}
95
}