public VPostsController(IVPostsUow uow) : base(uow)
 {
 }
Exemple #2
0
 public VPostDomain(IVPostsUow uow)
 {
     this.Uow = uow;
 }