Esempio n. 1
0
        public override async Task <ActionReplay> UpdateStatus(TeamModel teamModel, ServerCallContext context)
        {
            var result = await _teamService.UpdateStatusAsync(teamModel.ToTeam());

            return(result.ToActionReplay());
        }