Ejemplo n.º 1
0
 public TopicController(IBusinessPost postBusiness)
 {
     _postBusiness = postBusiness;
 }
Ejemplo n.º 2
0
 public PostController(IBusinessPost postBusiness)
 {
     _postBusiness = postBusiness;
 }