Profile avatar

This commit is contained in:
DawitG96
2019-01-18 23:24:50 +01:00
parent 1246116804
commit 4294f48fd8
8 changed files with 113 additions and 21 deletions

View File

@@ -18,5 +18,7 @@ namespace SeniorAssistant.Models
public string Name { get; set; }
public string LastName { get; set; }
public string Avatar { get; set; }
}
}