CreateOrUpdate() private method

private CreateOrUpdate ( int id, Product, product ) : HttpResponseMessage,
id int
product Product,
return HttpResponseMessage,
Esempio n. 1
0
        public int CreateOrUpdate(TestBindModel model)
        {
            var entity = model.ToEntity();

            return(service.CreateOrUpdate(entity, true));
        }