Пример #1
0
 public CommentController(ISqlUow uow)
 {
     Uow = uow;
 }
Пример #2
0
 public PostController(ISqlUow uow)
 {
     Uow = uow;
 }