Skip to content

Instantly share code, notes, and snippets.

@merken
Created June 19, 2018 05:54
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 merken/3ae7ee2b06e5bdcaf4a9b36526e4a150 to your computer and use it in GitHub Desktop.
Save merken/3ae7ee2b06e5bdcaf4a9b36526e4a150 to your computer and use it in GitHub Desktop.
public interface IInvoicingService
{
string CreateInvoice(float numberOfHoursPerformed);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment