Exemplo n.º 1
0
 public static int Ins_Training_Items(string ITEM_NAME, string ITEM_Description, string ITEM_TYPE, string DURATION, string ITEM_PATH, string Attachment_Name, int CREATED_BY, int ACTIVE_STATUS, ref int ItemId, string Menu_Link)
 {
     return(DAL_LMS_Training.Ins_Training_Items(ITEM_NAME, ITEM_Description, ITEM_TYPE, DURATION, ITEM_PATH, Attachment_Name, CREATED_BY, ACTIVE_STATUS, ref ItemId, Menu_Link));
 }