예제 #1
0
 public HomeController()
 {
     _animals      = new UglyAnimalRepository();
     _uglyComments = new UglyCommentRepository();
 }
예제 #2
0
 public ManageCommentsController()
 {
     _comments = new UglyCommentRepository();
 }