Beispiel #1
0
 public bool Update(HistoryKhamBenhDTO account)
 {
     return(API.PUT <string>($"api/{controlerAPI}/{account.IDHistory}", account).Key);
 }
Beispiel #2
0
 public bool Create(HistoryKhamBenhDTO account)
 {
     return(API.POST <object>($"api/{controlerAPI}", account).Key);
 }