Ejemplo n.º 1
0
 public IEnumerable <Server.IssueModel> SaveBottomUp(Server.BottomUp.RootModel model, string username)
 {
     return(this.Watch("Unable to save the bottom-up data.", delegate
     {
         return this.facade.SaveBottomUp(model, username);
     }));
 }
Ejemplo n.º 2
0
 public Server.BottomUp.RootModel RecalculateBottomUp(Server.BottomUp.RootModel model)
 {
     return(this.Watch("Unable to recalculate the bottom-up data.", delegate
     {
         return this.facade.RecalculateBottomUp(model);
     }));
 }