Skip to content

Instantly share code, notes, and snippets.

View vgirard's full-sized avatar

Vincent Girard vgirard

View GitHub Profile
private ActionResult GetCoursePlan(Course course, Language lang)
{
// get values ready for insert in the docx file
var bookmarks = new Dictionary<string, string>();
var bookmarksHeaderFooter = new Dictionary<string, string>();
var htmlChunks = new Dictionary<string, string>();
var model = string.Empty;
var file = string.Empty;
// html chuncks in the document area
public class User
{
public int Id { get; set; }
public string Email { get; set; }
public string FirstName { get; set; }
public string first_name { get; set; }
public string First_name { get; set; }
public string First_Name { get; set; }
}