Пример #1
0
 public void AfterSave(T_CostCenter t_costcenter)
 {
     // Write your logic here
 }
Пример #2
0
 public void OnSaving(T_CostCenter t_costcenter, ApplicationContext db)
 {
     // Write your logic here
 }
Пример #3
0
 public void OnDeleting(T_CostCenter t_costcenter)
 {
     // Write your logic here
 }
Пример #4
0
 private RedirectToRouteResult CustomRedirectUrl(T_CostCenter t_costcenter, string action, string command = "")
 {
     // Sample Custom implemention below
     // return RedirectToAction("Index", "T_CostCenter");
     return(null);
 }
Пример #5
0
 private void CustomLoadViewDataListAfterEdit(T_CostCenter t_costcenter)
 {
 }
Пример #6
0
 private void CustomLoadViewDataListAfterOnCreate(T_CostCenter t_costcenter)
 {
 }