Exemplo n.º 1
0
 public StoreManager(ACMContext _acmContext, IProfileManager _profileManager)
 {
     acmContext     = _acmContext;
     profileManager = _profileManager;
 }
Exemplo n.º 2
0
 public PhotoCommentManager(ACMContext _acmContext)
 {
     acmContext = _acmContext;
 }
Exemplo n.º 3
0
 public ProfileInfoManager(ACMContext _acmContext)
 {
     acmContext = _acmContext;
 }
Exemplo n.º 4
0
 public GalleryManager(ACMContext _acmContext)
 {
     acmContext = _acmContext;
 }