예제 #1
0
 public DataTable GetEmptyYard(long LocationId)
 {
     return(ImportBLDAL.GetEmptyYard(LocationId));
 }