Ejemplo n.º 1
0
 public IActionResult AddExpenditureInGoogleSheetsPost(ExpenditureModalBindingModel model)
 {
     _googleSheetsService.AddExpenditureInGoogleSheets(model);
     return(RedirectToAction("GoogleSheets"));
 }