Example #1
0
 public static string AddThuoc(Thuoc thuoc)
 {
     return(ThuocRepository.AddThuocToDB(thuoc));
 }