shanji 3 years ago
parent
commit
2ec356fd70
  1. 5
      BBWY.Client/Models/Shop/Shop.cs

5
BBWY.Client/Models/Shop/Shop.cs

@ -42,5 +42,10 @@ namespace BBWY.Client.Models
public string TeamId { get; set; } public string TeamId { get; set; }
public string TeamName { get; set; } public string TeamName { get; set; }
public override string ToString()
{
return ShopName;
}
} }
} }

Loading…
Cancel
Save