public CompanyRepositrory(RepositryContext _repositryContext) : base(_repositryContext)
 {
 }
예제 #2
0
 public EmployeeRepositrory(RepositryContext _repositryContext) : base(_repositryContext)
 {
 }
예제 #3
0
 public RepositroryManager(RepositryContext repositryContext) => _repositryContext = repositryContext;
예제 #4
0
 public RepositoryBase(RepositryContext repositryContext)
 {
     _repositryContext = repositryContext;
 }