コード例 #1
0
        public async Task <bool> DeleteAsync(int id)
        {
            await repository.DeleteAsync(id);

            return(true);
        }