From 7eac9f6c9c8680208f200f533b5da5d6957434a4 Mon Sep 17 00:00:00 2001 From: ZMiguel Alves Date: Sat, 2 Mar 2019 03:57:08 +0000 Subject: [PATCH] Auto stash before merge of "zmiguel" and "origin/zmiguel" --- api/Models/Team.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/api/Models/Team.cs b/api/Models/Team.cs index f029e0b9..6136b98f 100755 --- a/api/Models/Team.cs +++ b/api/Models/Team.cs @@ -7,7 +7,6 @@ namespace api.Models public class Team { public int Id{get;set;} //id - public string QRcode{get;set;} //QR ID code public int EventId{get;set;} //equipa para o evento ID public string Nome{get;set;} //Nome da equipa public User Cap{get;set;} //Capitao da equipa