Exemplo n.º 1
0
 public static int Ins_Program_Details(int?Program_Id, int?Program_Category_Id, string Program_Name, string Program_Description, int?Duration, string PROGRAM_TYPE, int?CREATED_BY, int?ACTIVE_STATUS)
 {
     return(DAL_LMS_Training.Ins_Program_Details(Program_Id, Program_Category_Id, Program_Name, Program_Description, Duration, PROGRAM_TYPE, CREATED_BY, ACTIVE_STATUS));
 }