DEV Community

Discussion on: Getting Familiar With The Awesome Repository Pattern

Collapse
 
mike24zl profile image
mike24zl

There is a bug in this piece of code:

public interface ICompanyRepository
{
PersonModel GetCompanyByName(string name);
}