예제 #1
0
 public int StartBatch(string[] fileNames, string environment, string username)
 {
     return(_batchManager.StartBatch(fileNames, environment, username));
 }