Beispiel #1
0
        public void Delete(CrossPlanViewModel crossPlan)
        {
            CrossPlan cross = u_repo.GetCrossPlan(crossPlan.Id);

            u_repo.DeleteCrossPlan(cross);
        }