Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public int CreateAllInvoices( string actingUserName, string seller, int? eventId )
Parameters
- actingUserName
- Type: SystemString
- seller
- Type: SystemString
- eventId
- Type: SystemNullableInt32
Return Value
Type: Int32Implements
IAccountingServiceCreateAllInvoices(String, String, NullableInt32)See Also