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