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