Hi,
anyone explain me for understanding
public class Action { public Action() { Permissions = new List<Permission>(); this.CreatedOn = DateTime.Now;
}
why we need constructor in model class