コード例 #1
0
ファイル: Client.cs プロジェクト: CharlesEmrich/hair-salon-cs
 public Stylist GetStylist()
 {
     return(Stylist.Find(this.GetStylistId()));
 }