Ejemplo n.º 1
0
        // End of Read Methods

        // Insert Methods

        public async Task InsertAsync(PersonEntity person)
        {
            await _context.People.InsertOneAsync(person);
        }