コード例 #1
0
ファイル: StatusBLL.cs プロジェクト: Mr-Giap/SurveryEmail
 public override string Getname(int status)
 {
     return(stt.Getname(status));
 }