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