SharpSchedule

StaffAccessHelper.Add Method 

Add the staff member to the database.

[Visual Basic]
Public Sub Add( _
   ByVal staff As Staff, _
   ByVal user As String _
)
[C#]
public void Add(
   Staff staff,
   string user
);

Parameters

staff
The staff member to add.
user
The user that is adding the record.

See Also

StaffAccessHelper Class | Ozanam.Schedule.Web.Database Namespace