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