Exemplo n.º 1
0
        public ActionResult ShowAllChange(int Id)
        {
            var model = FunctionWithDB.ShowAllChangeInOneAppartment(Id);

            return(PartialView(model));
        }