Exemplo n.º 1
0
 StudentInfo IBLL.IStudent.Get(int id)
 {
     return(dal.Get(id));
 }