Skip to content

Instantly share code, notes, and snippets.

@mehmetf
Created October 20, 2017 04:59
Show Gist options
  • Save mehmetf/304c157d984350d56d7e1e35883ed0a3 to your computer and use it in GitHub Desktop.
Save mehmetf/304c157d984350d56d7e1e35883ed0a3 to your computer and use it in GitHub Desktop.
Split Context
class TeamContext {
int teamId;
String teamName;
}
class StudentContext {
int studentId;
String studentName;
}
class ClassContext {
int classId;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment