コード例 #1
0
ファイル: EmployeeHelper.cs プロジェクト: 5509850/baumax
 public string GetStoreName(long id)
 {
     return(m_storeDiction.GetStoreName(id));
 }