예제 #1
0
 public static void CompititorTemplAttach(int argCompId, byte[] argImageData, System.IO.FileStream fileMode)
 {
     CostCentreDL.CompititorTemplAttach(argCompId, argImageData, fileMode);
 }
예제 #2
0
 public static byte[] GetDocTemp(int argCompId)
 {
     return(CostCentreDL.GetDocTemp(argCompId));
 }
예제 #3
0
 public static bool StageListFound(UnitDirBL OUintDirBL, int argId)
 {
     return(CostCentreDL.StageListFound(OUintDirBL, argId));
 }