Example #1
0
 public string Put(string _id, MedicoDataDTO value)
 {
     return(_MedicoBD.PutMedico(_id, value));
 }