Created
November 2, 2017 10:30
-
-
Save Hameds/9a6db0a5779c72288e63c7cab6539968 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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