Example #1
0
 public static bool AddMsgTemp(MsgTemp obj)
 {
     return(MsgDAL.AddMsgTemp(obj));
 }