Example #1
0
        public JsonResult Add(RentType rentType)
        {
            var rs = _rentService.AddRentType(rentType);

            return(Json(rs));
        }