Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created April 7, 2018 08:21
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 NMZivkovic/05240e56d67b3198f6e8619a3024cf62 to your computer and use it in GitHub Desktop.
Save NMZivkovic/05240e56d67b3198f6e8619a3024cf62 to your computer and use it in GitHub Desktop.
public class Service1 : IService
{
public void ServiceMethod()
{
// Service Method implementation.
}
}
public class Service2 : IService
{
public void ServiceMethod()
{
// Service Method implementation.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment