Hi,
I need some help with adding a stored procedure call to a unitofwork.
My original call to the SP is:
ActionProcedures.InsertReading(Reading.ObjNo1, Reading.ObjNo2, Reading.ReadingDate, Reading.ProjectNo, ref returnValue, null)
How can I add this to my UnitOfWork, this is what I have, but I don't know what to do with the parameters...
uow.AddCallBack(new ActionProcedures.InsertServiceMeterReadingCallBack(ActionProcedures.InsertServiceMeterReading), UnitOfWorkCallBackScheduleSlot.PreEntityDelete, true, ................
Please help me...
Gr.,
G.I.