Exemple #1
0
 public RelRoleActionService(System.Data.Objects.ObjectContext context)
 {
     this._relroleactionRepository = new RelRoleActionRepository(context);
     base._repository = this._relroleactionRepository;
 }
Exemple #2
0
 public RelRoleActionService()
 {
     this._relroleactionRepository = new RelRoleActionRepository();
     base._repository = this._relroleactionRepository;
 }