The outer part wrappers of Student would like look something like this
public class Student
{
//inner part
}
And the outer wrapper of LabClass would look something like this
public class LabClass
{
// inner part
}
The outer part wrappers of Student would like look something like this
public class Student
{
//inner part
}
And the outer wrapper of LabClass would look something like this
public class LabClass
{
// inner part
}