Exemplo n.º 1
0
 public bool Search(Model.Student st)
 {
     return(Stu.Search(st));
 }