Beispiel #1
0
 public Profile(string userName, int imageId)
 {
     UserName  = userName;
     ImageData = ImageDB.Read(imageId);
 }