Пример #1
0
 public GetFotoArgs(FinalFotoColection finalColection)
 {
     FinalColections = finalColection;
 }
Пример #2
0
        public void GetFotoColection(object getFoto, FinalFotoColection finalColection)
        {
            var tmp = new GetFotoArgs(finalColection);

            ReservationGetFotoArgs(getFoto, tmp);
        }