Exemplo n.º 1
0
 public RegimenService(CDRContext ctx, IMapper mapper)
 {
     _context    = ctx;
     this.mapper = mapper;
 }
Exemplo n.º 2
0
 public UserService(CDRContext ctx, IMapper mapper)
 {
     _context    = ctx;
     this.mapper = mapper;
     cnn         = _context.Database.GetDbConnection().ConnectionString;
 }
 public PatientDemographyService(CDRContext ctx, IMapper mapper)
 {
     _context    = ctx;
     this.mapper = mapper;
 }