public EssentialsController(IReshtehServices reshteh, ISoalToUserServices soalToUserServices)
 {
     _reshteh = reshteh;
     _users   = soalToUserServices;
 }
Beispiel #2
0
 public SoalToUserController(ISoalToUserServices soalToUserSevices, ISoalServices soal, IUsersService usersService)
 {
     _soalToUser = soalToUserSevices;
     _soal       = soal;
     _user       = usersService;
 }