Skip to content

Instantly share code, notes, and snippets.

@sergioprates
Created November 18, 2018 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergioprates/6434b8777791a7d499906d7df9d7fd8c to your computer and use it in GitHub Desktop.
Save sergioprates/6434b8777791a7d499906d7df9d7fd8c to your computer and use it in GitHub Desktop.
Criando uma API Streaming com .NET Core
namespace DotNetCoreStreaming.Enums
{
public enum EventoEnum
{
Insert = 1,
Update = 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment