Ejemplo n.º 1
0
 public string RegisterControl(StudentLoginDTO studentLogin)
 {
     return(_studentDal.RegisterControl(studentLogin));
 }