コード例 #1
0
ファイル: Cards.cs プロジェクト: wangtingwei/EasyOne-csharp
 public static bool CardAdd(CardInfo info)
 {
     return(dal.CardAdd(info));
 }