Exemple #1
0
 public IActionResult CreateTable()
 {
     _logger.LogInformation($"Started logging for Table Controller::method:CreateTable");
     _tableDal.CreateUpdateTable();
     return(Ok("succesfully updated"));
 }