예제 #1
0
 public async Task <string> Injured(PlayerUpdateDTO dto)
 {
     return(_hservice.ChangePlayerStatus(dto.playerId, (int)TransactionType.Injured, dto.effectiveDate));
 }