Exemplo n.º 1
0
 public PrescriptionController(IPrescriptionDbService dbService)
 {
     this._dbService = dbService;
 }
Exemplo n.º 2
0
 public PrescriptionsController(IPrescriptionDbService service)
 {
     _service = service;
 }