示例#1
0
 public async Task Insert(Drug drug)
 {
     _drugRepo.InsertDrug(drug);
     await _drugRepo.Save();
 }