Company.GetStaffByCompany Method
Public Shared Function GetStaffByCompany( _
ByVal company_id As EntityID, _
ByVal db As IDatabase _
) As List(Of ContactInfo)
This language is not supported or no code example is available.
public static List<ContactInfo> GetStaffByCompany(
EntityID company_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<ContactInfo^>^ GetStaffByCompany(
EntityID^ company_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- company_id
- EntityID
- db
- IDatabase