Skip to content

Instantly share code, notes, and snippets.

@ErShubhamKGupta
Created September 27, 2020 12:08
Show Gist options
  • Save ErShubhamKGupta/bacd7551e9492a83fdae8e97124ec551 to your computer and use it in GitHub Desktop.
Save ErShubhamKGupta/bacd7551e9492a83fdae8e97124ec551 to your computer and use it in GitHub Desktop.
IEmployeeRepositoryAsync
public interface IEmployeeRepositoryAsync : IGenericRepositoryAsync<Employee>
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment