コード例 #1
0
ファイル: UniqueItemServices.cs プロジェクト: shentianyi/AGV
 public bool Update(UniqueItem Uniqitem)
 {
     return(UIRep.Update(Uniqitem));
 }