SharpSchedule

ClientManager.Add Method

Add a client to the database and persist any comments the client has attributed to them.

Overload List

Inherited from AbstractDb.

public void Add(AbstractEntity,string);

Add a client to the database and persist any comments the client has attributed to them.

public void Add(Client,string);

Add a collection of clients to the database.

public void Add(ICollection,string);

See Also

ClientManager Class | Ozanam.Schedule.Store.Database.ClientAccess Namespace