Example #1
0
 public TempJobUloadPhoto(DC context, string fullPath, Photo p)
     : base(context, fullPath, p)
 {
 }
Example #2
0
 public TempJobUploadDescription(DC context, string fullPath, Photo p)
     : base(context, fullPath, p)
 {
 }
Example #3
0
 public JobUploadPhoto(DC context, string fullPath, Photo p)
     : base(context, fullPath)
 {
     _photo = p;
 }