/ Published in: C#
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
/// <summary>
/// Deletes an expense based on its primary key
/// </summary>
/// <param name="id"></param>
[OperationBehaviorExtension]
public void DeleteExpense(int id)
{
_coordinator.DeleteExpense(id);
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                