Beispiel #1
0
 public SmarsyStudent()
 {
     _studentDto = new StudentDto();
 }
Beispiel #2
0
 public SmarsyStudent(StudentDto student)
 {
     _studentDto = student;
     Credentials = new SmarsyCredentials(student.Login, student.Password);
 }