public AuthRepo(UserDataContext context) { _context = context; }
public AmingoRepo(UserDataContext context) { _context = context; }