Ejemplo n.º 1
0
        public ActionResult Delete(int id)
        {
            StoreTypeBLL stb = new StoreTypeBLL();

            return(Json(stb.DeleteById(id, UserId, UserName).toJson()));
        }
Ejemplo n.º 2
0
        private SaveResult SaveEdit(StoreTypes storeType)
        {
            StoreTypeBLL stb = new StoreTypeBLL();

            return(stb.Update(storeType, UserId, UserName));
        }