Skip to content

Instantly share code, notes, and snippets.

@alexjamesbrown
Created December 15, 2018 18:34
Show Gist options
  • Save alexjamesbrown/c745bf0abb9e3d062f0f953d6e37472d to your computer and use it in GitHub Desktop.
Save alexjamesbrown/c745bf0abb9e3d062f0f953d6e37472d to your computer and use it in GitHub Desktop.
public interface ICustomerService
{
int Save(Customer customer);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment