SharpSchedule

StaffAccessHelper.Create Method 

Create a new staff object and populate it with the data from the form.

[Visual Basic]
Public Function Create() As Staff
[C#]
public Staff Create();

Return Value

A new staff object pre-populated with the data from the form.

See Also

StaffAccessHelper Class | Ozanam.Schedule.Web.Database Namespace