Exemplo n.º 1
0
 public static string Get_ChapterDescriptionbyId(Int32?CHAPTER_ID)
 {
     return(DAL_LMS_Training.Get_ChapterDescriptionbyId(CHAPTER_ID));
 }