Skip to content

Instantly share code, notes, and snippets.

@Hameds
Created November 2, 2017 10:30
Show Gist options
  • Save Hameds/9a6db0a5779c72288e63c7cab6539968 to your computer and use it in GitHub Desktop.
Save Hameds/9a6db0a5779c72288e63c7cab6539968 to your computer and use it in GitHub Desktop.
using System;
namespace TddStore.Core
{
public interface ICustomerService
{
Customer GetCustomer(Guid customerId);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment