Exemplo n.º 1
0
 public LabReportDataManager(ProfileManagementDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 2
0
 public ProfileDataManager(ProfileManagementDbContext dbContext)
 {
     this.dbContext = dbContext;
 }