Subversion Repositories bacoAlunos

Rev

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

Rev 58 Rev 75
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()
-
 
82
    {
-
 
83
        return new BlogImpl();
-
 
84
    }
-
 
85
 
-
 
86
     public static BlogPostImpl createBlogPostImpl()
-
 
87
    {
-
 
88
        return new BlogPostImpl();
-
 
89
    }
-
 
90
 
81
}
91
}