Beispiel #1
0
 public CommentController(ISqlUow uow)
 {
     Uow = uow;
 }
 public PostController(ISqlUow uow)
 {
     Uow = uow;
 }