コード例 #1
0
ファイル: Core.cs プロジェクト: champ6803/TMMAConversion
 public ResponseModel UpdateStatusProductionVersionFile(int ProductionVersionFileID, int ProductionVersionFileStatus)
 {
     return(ProductionVersionFileBLL.UpdateStatusProductionVersionFile(ProductionVersionFileID, ProductionVersionFileStatus));
 }