示例#1
0
        public async Task <RuntimeResult> DeleteStatAsync(Statistic stat)
        {
            await _statService.DeleteStatisticAsync(stat);

            return(GenericResult.FromSuccess(Messages.SKILLS_REMOVED));
        }