Exemplo n.º 1
0
 public static DataSet GET_Chapter_Trainer(int?Chapter_Id)
 {
     return(DAL_LMS_Training.GET_Chapter_Trainer(Chapter_Id));
 }