Example #1
0
 public PosteadorService(IHashTagContext context)
 {
     _context = context;
 }
Example #2
0
 public UserService(IHashTagContext context)
 {
     _context = context;
 }