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