Ejemplo n.º 1
0
 public MasterAcc(IMasterPageAccessor m)
 {
     _m = m;
 }
Ejemplo n.º 2
0
 public PhotoPageData(IMasterPageAccessor par, string dataKey)
 {
     _parentMasterAcc = par;
     _dataKey         = dataKey;
 }