コード例 #1
0
ファイル: SocieteController.cs プロジェクト: Greg1709/GitHub
        public string AfficherPhone(string name)
        {
            string phone = societe.findPhone(name);

            return(phone);
        }