Example #1
0
 protected string GetWarehouseName(Guid warehouseId)
 {
     return(WarehouseManager.GetName(warehouseId));
 }