Exemple #1
0
 public Server.BroadGlobalActive.RootModel RecalculateBroadGlobalActive(Server.BroadGlobalActive.RootModel model)
 {
     return(this.Watch("Unable to recalculate the broad global active data.", delegate
     {
         return this.facade.RecalculateBroadGlobalActive(model);
     }));
 }
Exemple #2
0
 public IEnumerable <Server.IssueModel> SaveBroadGlobalActive(Server.BroadGlobalActive.RootModel model, string username)
 {
     return(this.Watch("Unable to save the broad global active data.", delegate
     {
         return this.facade.SaveBroadGlobalActive(model, username);
     }));
 }