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