Example #1
0
 public void AddNewDrugNotification(int doctorId, int drugId)
 {
     _doctorService.AddNewDrugNotification(doctorId, drugId);
 }