Example #1
0
 public UserService(HabrDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public PostService(HabrDbContext context)
 {
     this.context = context;
 }