コード例 #1
0
 public virtual bool AddBookingNoticeTemplate(BookingNoticeModel model)
 {
     return(dbProvider.AddBookingNoticeTemplate(model));
 }