public UserReshtehController(IUsersService usersService, IReshtehServices reshtehServices)
 {
     _user    = usersService;
     _reshteh = reshtehServices;
 }
 public EssentialsController(IReshtehServices reshteh, ISoalToUserServices soalToUserServices)
 {
     _reshteh = reshteh;
     _users   = soalToUserServices;
 }
 public UserReshtehController(IUsersService usersService, IReshtehServices reshtehServices, IZirReshtehServices zirReshteh)
 {
     _user       = usersService;
     _reshteh    = reshtehServices;
     _zirReshteh = zirReshteh;
 }