Exemplo n.º 1
0
 public PostTagManager(IPostTagDal postTagDal)
 {
     _postTagDal = postTagDal;
 }