private static void StudnetPrintDetails() { ThreadSaftey threadItitStudent = ThreadSaftey.Getinstance; threadItitStudent.printDetails("For Student"); }
private static void EmployeeDetails() { ThreadSaftey threadItitEmployee = ThreadSaftey.Getinstance; threadItitEmployee.printDetails("For Employee"); }