Advertisement
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: |
after recovering the values and creating the objects with a factory,
here's where my question starts:
public bool InsertContainersToCommunity(ArrayList alContainersObjects)
{
try
{
foreach (Molok container in alContainersObjects)
{
.............................
}
}catch(Exception ex)
{
return false;
}
return true;
}
|
|
Loading Advertisement... |