Okay, thanks for the info, I will have a look.
Try profileService.getCurrentUserDemographicForEdit (i.e. lowercase get).
The DI camel cases function calls.
All good. Many thanks for the quick response.
Thanks hikalkan & bytePlatz. Appreciate the quick response.
Thanks hikalkan.
For those who are interested, to override Id with guid datatype and also implement the full audit log pattern, do this:
[Table("Supplier")]
public class Supplier : **FullAuditedEntity<Guid>**
{
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public override Guid Id { get; set; }