public LaundryController(LaundryDBContext context) { _context = context; }
public LaundryRepository(LaundryDBContext context) { _context = context; }