示例#1
0
 public StoreManager(ACMContext _acmContext, IProfileManager _profileManager)
 {
     acmContext     = _acmContext;
     profileManager = _profileManager;
 }
示例#2
0
 public PhotoCommentManager(ACMContext _acmContext)
 {
     acmContext = _acmContext;
 }
示例#3
0
 public ProfileInfoManager(ACMContext _acmContext)
 {
     acmContext = _acmContext;
 }
示例#4
0
 public GalleryManager(ACMContext _acmContext)
 {
     acmContext = _acmContext;
 }