Beispiel #1
0
        internal recl_items GetReclamation(int id)
        {
            var res = db.GetReclamation(id);

            return(res);
        }