コード例 #1
0
        public int Save()
        {
            var res = repository.SaveChanges();

            return(res);
        }