Beispiel #1
0
 public int InsertGrade(Grade t)
 {
     return(dal.InsertGrade(t));
 }