Exemple #1
0
 public Caution Update(Caution entry)
 {
     return(_cautionService.Update(entry));
 }
Exemple #2
0
 public void Delete(Caution entry)
 {
     _cautionService.Delete(entry);
 }
Exemple #3
0
 public Caution Create(Caution entry)
 {
     return(_cautionService.Create(entry));
 }