-
-
Save ErShubhamKGupta/bacd7551e9492a83fdae8e97124ec551 to your computer and use it in GitHub Desktop.
IEmployeeRepositoryAsync
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
public interface IEmployeeRepositoryAsync : IGenericRepositoryAsync<Employee> | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment