Exemplo n.º 1
0
        public async Task AddOperationAsync(Operation operation)
        {
            await Operations.AddAsync(operation);

            await SaveChangesAsync();
        }