示例#1
0
        public async Task CreateAsync(Location location)
        {
            await _db.AddAsync(location);

            await _db.SaveChangesAsync();
        }