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