コード例 #1
0
ファイル: BLL.cs プロジェクト: trankimcuong1990/Tilsoft
 public bool ChangeOPSequence(int userId, System.Collections.Hashtable param, out Notification notification)
 {
     return(factory.ChangeOPSequence(userId, param, out notification));
 }