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