コード例 #1
0
ファイル: PrintBLL.cs プロジェクト: fubendong/--CTCRM
 public static DataTable GetSellerNickById(string userId)
 {
     return(PrintDAL.GetSellerNickById(userId));
 }