Exemplo n.º 1
0
 public HomeController()
 {
     _animals      = new UglyAnimalRepository();
     _uglyComments = new UglyCommentRepository();
 }
Exemplo n.º 2
0
 public ManageCommentsController()
 {
     _comments = new UglyCommentRepository();
 }