Exemplo n.º 1
0
 public void ShouldGetAllStudents()
 {
     UsersBL bl = new UsersBL();
     var list = bl.GetAllStudents();
 }