public void AddNote(string first, string last, string brief, string full, string URL, System.DateTime date, Vector3 location) { //calls the method to add the note to the database StartCoroutine(database.AddNote(first, last, brief, full, URL, date, location)); }
public void AddNote(string first, string last, string brief, string full, string URL, System.DateTime date, Vector3 location) { StartCoroutine(database.AddNote(first, last, brief, full, URL, date, location)); }