Example #1
0
 public static Student Details(int id = 0)
 {
     StudentDAL obj = new StudentDAL();
     return obj.Details(id);
 }