コード例 #1
0
ファイル: StoragePlace.cs プロジェクト: qq283335746/Asset
 public bool DeleteBatch(IList <object> list)
 {
     return(dal.DeleteBatch(list));
 }