예제 #1
0
        public IHttpActionResult InsertBeatMaster(BeatMasterModel BeatMaster)
        {
            InventoryClass obj = new InventoryClass();

            obj.InsertBeatMaster(BeatMaster);
            return(Created(new Uri(Request.RequestUri + ""), "Beat Master entry created"));
        }