コード例 #1
0
        public BillPramotion Post(BillPramotion pramotion)
        {
            try
            {
                context.AddBillPramtion(pramotion);

                return(pramotion);
            }
            catch (Exception ex)
            {
                return(null);
            }
        }